Home
last modified time | relevance | path

Searched defs:macho_load_command (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c139 struct macho_load_command struct
141 uint32_t cmd; /* The type of load command */
142 uint32_t cmdsize; /* Size in bytes of the entire command */
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h2005 union alignas(4) macho_load_command { union