Home
last modified time | relevance | path

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

/dports/devel/objconv/objconv-2.52/source/
H A Dmacho.h30 struct MAC_header_64 { struct
31 uint32_t magic; // mach magic number identifier
32 uint32_t cputype; // cpu specifier
33 uint32_t cpusubtype; // machine specifier
34 uint32_t filetype; // type of file
35 uint32_t ncmds; // number of load commands
36 uint32_t sizeofcmds; // the size of all the load commands
37 uint32_t flags; // flags
38 uint32_t reserved; // reserved for future use
H A Dmac2elf.cpp782 void CMAC2ELF<MACSTRUCTURES,ELFSTRUCTURES>::MakeRelocationTables(MAC_header_64&) { in MakeRelocationTables() argument