Searched refs:fatfile_getarch (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | mach_fat.c | 61 fatfile_getarch( in fatfile_getarch() function 178 …load_return_t ret = fatfile_getarch(data_ptr, data_size, primary_type, CPU_ARCH_MASK, CPU_SUBTYPE_… in fatfile_getbestarch() 194 return fatfile_getarch(data_ptr, data_size, cputype, 0, cpusubtype, imgp, archret); in fatfile_getbestarch_for_cputype() 223 …return fatfile_getarch(data_ptr, data_size, (archbits & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_M… in fatfile_getarch_with_bits()
|