Searched refs:nfat_arch (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dfat.h53 uint32_t nfat_arch; /* number of structs that follow */ member in struct:fat_header
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c79 int nfat_arch; local
98 nfat_arch = OSSwapBigToHostInt32(header->nfat_arch);
100 end_of_archs = (off_t)nfat_arch * sizeof(struct fat_arch) +
136 for (; nfat_arch-- > 0; arch++) {
H A Dkern_exec.c608 int nfat_arch = 0, pr = 0, f = 0; local
610 nfat_arch = OSSwapBigToHostInt32(fat_header->nfat_arch);
625 for (f = 0; f < nfat_arch; f++) {
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c450 require_action(size >= (sizeof(*fat) + (fat->nfat_arch * sizeof(*archs))),
457 (void) swap_fat_arch(archs, fat->nfat_arch, object->host_order);
463 fat->nfat_arch);

Completed in 35 milliseconds