Searched defs:mach_header_64 (Results 1 – 10 of 10) sorted by relevance
213 struct mach_header_64 { struct214 uint32_t magic; /* mach magic number identifier */215 int32_t cputype; /* cpu specifier */216 int32_t cpusubtype; /* machine specifier */217 uint32_t filetype; /* type of file */218 uint32_t ncmds; /* number of load commands */219 uint32_t sizeofcmds; /* the size of all the load commands */220 uint32_t flags; /* flags */221 uint32_t reserved; /* reserved */
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;
509 struct mach_header_64 { struct510 uint32_t magic;511 uint32_t cputype;512 uint32_t cpusubtype;513 uint32_t filetype;514 uint32_t ncmds;515 uint32_t sizeofcmds;516 uint32_t flags;517 uint32_t reserved;
522 struct mach_header_64 { struct523 uint32_t magic;524 uint32_t cputype;525 uint32_t cpusubtype;526 uint32_t filetype;527 uint32_t ncmds;528 uint32_t sizeofcmds;529 uint32_t flags;530 uint32_t reserved;
526 struct mach_header_64 { struct527 uint32_t magic;528 uint32_t cputype;529 uint32_t cpusubtype;530 uint32_t filetype;531 uint32_t ncmds;532 uint32_t sizeofcmds;533 uint32_t flags;534 uint32_t reserved;