Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d60 struct mach_header_64 in version() struct
63 uint magic; in version()
66 int cputype; in version()
69 int cpusubtype; in version()
72 uint filetype; in version()
75 uint ncmds; in version()
78 uint sizeofcmds; in version()
81 uint flags; in version()
84 uint reserved; in version()
2594 struct mach_header_64 struct
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h519 struct mach_header_64 { struct
520 uint32_t magic;
521 uint32_t cputype;
522 uint32_t cpusubtype;
523 uint32_t filetype;
524 uint32_t ncmds;
525 uint32_t sizeofcmds;
526 uint32_t flags;
527 uint32_t reserved;