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