ref: 0aee0027b0ae4f745250ca8ca90e7d5c6017151d dir: /src/libmach/getsec.c/
#include <stdio.h> #include <scc/mach.h> #include "libmach.h" Section * getsec(Obj *obj, int *idx, Section *sec) { return (*obj->ops->getsec)(obj, idx, sec); }