Searched refs:archret (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | mach_fat.c | 68 struct fat_arch *archret) in fatfile_getarch() argument 143 archret->cputype = in fatfile_getarch() 145 archret->cpusubtype = in fatfile_getarch() 147 archret->offset = in fatfile_getarch() 149 archret->size = in fatfile_getarch() 151 archret->align = in fatfile_getarch() 168 struct fat_arch *archret, in fatfile_getbestarch() argument 178 … fatfile_getarch(data_ptr, data_size, primary_type, CPU_ARCH_MASK, CPU_SUBTYPE_ANY, imgp, archret); in fatfile_getbestarch() 189 struct fat_arch *archret) in fatfile_getbestarch_for_cputype() argument 194 return fatfile_getarch(data_ptr, data_size, cputype, 0, cpusubtype, imgp, archret); in fatfile_getbestarch_for_cputype() [all …]
|
| H A D | mach_fat.h | 39 …data_ptr, vm_size_t data_size, struct image_params *imgp, struct fat_arch *archret, bool affinity); 41 vm_offset_t data_ptr, vm_size_t data_size, struct image_params *imgp, struct fat_arch *archret); 43 vm_offset_t data_ptr, vm_size_t data_size, struct fat_arch *archret);
|