Searched refs:load_return_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | mach_fat.h | 37 load_return_t fatfile_validate_fatarches(vm_offset_t data_ptr, vm_size_t data_size, off_t file_size… 39 load_return_t fatfile_getbestarch(vm_offset_t data_ptr, vm_size_t data_size, struct image_params *i… 40 load_return_t fatfile_getbestarch_for_cputype(cpu_type_t cputype, cpu_subtype_t cpusubtype, 42 load_return_t fatfile_getarch_with_bits(integer_t archbits,
|
| H A D | mach_fat.c | 60 static load_return_t 70 load_return_t lret; in fatfile_getarch() 163 load_return_t 178 …load_return_t ret = fatfile_getarch(data_ptr, data_size, primary_type, CPU_ARCH_MASK, CPU_SUBTYPE_… in fatfile_getbestarch() 182 load_return_t 212 load_return_t 235 load_return_t
|
| H A D | mach_loader.h | 46 typedef int load_return_t; typedef 99 load_return_t load_machfile( 106 load_return_t
|
| H A D | mach_loader.c | 140 static load_return_t 156 static load_return_t 170 static load_return_t 177 static load_return_t 185 static load_return_t 197 static load_return_t 210 load_return_t 219 load_return_t 226 static load_return_t 235 static load_return_t [all …]
|
| H A D | kern_exec.c | 366 static int load_return_to_errno(load_return_t lrtn); 747 load_return_t lret; in exec_fat_imgact() 1020 load_return_t lret; in exec_mach_imgact() 6544 load_return_to_errno(load_return_t lrtn) in load_return_to_errno()
|