Searched refs:fat (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/ |
| H A D | Makefile | 10 fat.h \
|
| /xnu-8020.121.3/libkern/kxld/ |
| H A D | kxld_object.c | 479 struct fat_header *fat = (struct fat_header *) ((void *) file); in get_macho_slice_for_arch() local 480 struct fat_arch *archs = (struct fat_arch *) &fat[1]; in get_macho_slice_for_arch() 493 require_action(size >= sizeof(*fat), finish, in get_macho_slice_for_arch() 498 if (fat->magic == FAT_CIGAM) { in get_macho_slice_for_arch() 499 (void) swap_fat_header(fat, object->host_order); in get_macho_slice_for_arch() 503 if (fat->magic == FAT_MAGIC) { in get_macho_slice_for_arch() 506 boolean_t ovr = os_mul_and_add_overflow(fat->nfat_arch, sizeof(*archs), sizeof(*fat), &arch_size); in get_macho_slice_for_arch() 515 (void) swap_fat_arch(archs, fat->nfat_arch, object->host_order); in get_macho_slice_for_arch() 520 arch = NXFindBestFatArch(object->cputype, object->cpusubtype, archs, fat->nfat_arch); in get_macho_slice_for_arch()
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | macho.py | 190 self.fat = None
|
| /xnu-8020.121.3/tools/tests/perf_index/ |
| H A D | README | 78 By default xnu builds all-way fat, but you can restrict this by explicitly
|