ref: 49aed5a4c73098ed769563a1013cea334c7c6209 dir: /src/libmach/getsym.c/
#include <stdio.h> #include <scc/mach.h> #include "libmach.h" Symbol * getsym(Obj *obj, int *index, Symbol *sym) { return (*obj->ops->getsym)(obj, index, sym); }