Searched defs:fat_arch_64 (Results 1 – 2 of 2) sorted by relevance
947 struct fat_arch_64 { struct948 uint32_t cputype;949 uint32_t cpusubtype;950 uint64_t offset;951 uint64_t size;952 uint32_t align;953 uint32_t reserved;
807 struct macho_fat_arch_64 fat_arch_64; in macho_add_fat() local