Searched defs:mach_header_64 (Results 1 – 5 of 5) sorted by relevance
72 struct mach_header_64 { struct83 /* Constant for the magic field of the mach_header_64 (64-bit architectures) */ argument
502 struct mach_header_64 { struct503 uint32_t magic;504 uint32_t cputype;505 uint32_t cpusubtype;506 uint32_t filetype;507 uint32_t ncmds;508 uint32_t sizeofcmds;509 uint32_t flags;510 uint32_t reserved;
518 struct mach_header_64 { struct519 uint32_t magic;520 uint32_t cputype;521 uint32_t cpusubtype;522 uint32_t filetype;523 uint32_t ncmds;524 uint32_t sizeofcmds;525 uint32_t flags;526 uint32_t reserved;
511 struct mach_header_64 { struct512 uint32_t magic;513 uint32_t cputype;514 uint32_t cpusubtype;515 uint32_t filetype;516 uint32_t ncmds;517 uint32_t sizeofcmds;518 uint32_t flags;519 uint32_t reserved;