ref: ca159744ce0e57a00d89f49dcd3617a1ef7e4761 dir: /src/libmach/mach.c/
#include <stdio.h> #include <scc/mach.h> #include "libmach.h" Objops *objops[] = { [COFF32] = &coff32, [ELF64] = &elf64, [NFORMATS] = NULL, };