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