ref: de4795d333b7ac4c514288683e30afb1199f0dd7 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); }