Searched defs:macho_header_64 (Results 1 – 1 of 1) sorted by relevance
62 struct macho_header_64 struct64 uint32_t magic; /* Magic number (MACH_O_MAGIC_64) */65 uint32_t cputype; /* CPU type */66 uint32_t cpusubtype; /* CPU subtype */67 uint32_t filetype; /* Type of file (object, executable) */68 uint32_t ncmds; /* Number of load commands */69 uint32_t sizeofcmds; /* Total size of load commands */70 uint32_t flags; /* Flags for special features */71 uint32_t reserved; /* Reserved */