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

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dfat.h54 unsigned long nfat_arch; /* number of structs that follow */ member in struct:fat_header
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_fat.c78 int nfat_arch; local
97 nfat_arch = OSSwapBigToHostInt32(header->nfat_arch);
99 end_of_archs = (off_t)nfat_arch * sizeof(struct fat_arch) +
135 for (; nfat_arch-- > 0; arch++) {
H A Dkern_exec.c611 int nfat_arch = 0, pr = 0, f = 0; local
613 nfat_arch = OSSwapBigToHostInt32(fat_header->nfat_arch);
628 for (f = 0; f < nfat_arch; f++) {
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c813 fat->nfat_arch = OSSwapBigToHostInt32(fat->nfat_arch);
815 + fat->nfat_arch * sizeof(struct fat_arch),
819 for (i = 0; i < fat->nfat_arch; i++) {
837 + fat->nfat_arch * sizeof(struct fat_arch);
847 (struct fat_arch *) &fat[1], fat->nfat_arch);

Completed in 39 milliseconds