Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A DMakefile10 fat.h \
/xnu-12377.41.6/libkern/kxld/
H A Dkxld_object.c484 struct fat_header *fat = (struct fat_header *) ((void *) file); in get_macho_slice_for_arch() local
485 struct fat_arch *archs = (struct fat_arch *) &fat[1]; in get_macho_slice_for_arch()
498 require_action(size >= sizeof(*fat), finish, in get_macho_slice_for_arch()
503 if (fat->magic == FAT_CIGAM) { in get_macho_slice_for_arch()
504 (void) swap_fat_header(fat, object->host_order); in get_macho_slice_for_arch()
508 if (fat->magic == FAT_MAGIC) { in get_macho_slice_for_arch()
511 boolean_t ovr = os_mul_and_add_overflow(fat->nfat_arch, sizeof(*archs), sizeof(*fat), &arch_size); in get_macho_slice_for_arch()
520 (void) swap_fat_arch(archs, fat->nfat_arch, object->host_order); in get_macho_slice_for_arch()
525 arch = NXFindBestFatArch(object->cputype, object->cpusubtype, archs, fat->nfat_arch); in get_macho_slice_for_arch()
/xnu-12377.41.6/tools/lldbmacros/
H A Dmacho.py184 self.fat = None
/xnu-12377.41.6/tools/tests/perf_index/
H A DREADME78 By default xnu builds all-way fat, but you can restrict this by explicitly