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