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