ref: 9332f34cf7bae72b9ccaa290cae5a1eec3f34f3d
dir: /src/libmach/coff32/coff32.c/
#include <stdio.h> #include <scc/mach.h> #include "../libmach.h" #include "coff32.h" Objops coff32 = { .new = coff32new, .read = coff32read, .getidx = coff32getidx, .setidx = coff32setidx, .addr2line = coff32addr2line, };