Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h947 struct fat_arch_64 { struct
948 uint32_t cputype;
949 uint32_t cpusubtype;
950 uint64_t offset;
951 uint64_t size;
952 uint32_t align;
953 uint32_t reserved;
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c807 struct macho_fat_arch_64 fat_arch_64; in macho_add_fat() local