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