Searched refs:lret (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | asm64.h | 44 lret ;\ 55 lret ;\
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | mach_fat.c | 70 load_return_t lret; in fatfile_getarch() local 141 lret = LOAD_BADARCH; in fatfile_getarch() 154 lret = LOAD_SUCCESS; in fatfile_getarch() 160 return lret; in fatfile_getarch()
|
| H A D | kern_exec.c | 747 load_return_t lret; in exec_fat_imgact() local 762 lret = fatfile_validate_fatarches((vm_offset_t)fat_header, PAGE_SIZE, in exec_fat_imgact() 764 if (lret != LOAD_SUCCESS) { in exec_fat_imgact() 765 error = load_return_to_errno(lret); in exec_fat_imgact() 790 lret = fatfile_getbestarch_for_cputype(pref, in exec_fat_imgact() 796 if (lret == LOAD_SUCCESS) { in exec_fat_imgact() 808 lret = fatfile_getbestarch((vm_offset_t)fat_header, in exec_fat_imgact() 813 if (lret != LOAD_SUCCESS) { in exec_fat_imgact() 814 error = load_return_to_errno(lret); in exec_fat_imgact() 1020 load_return_t lret; in exec_mach_imgact() local [all …]
|
| H A D | mach_loader.c | 448 load_return_t lret; in load_machfile() local 568 lret = parse_machfile(vp, map, thread, header, file_offset, macho_size, in load_machfile() 572 if (lret != LOAD_SUCCESS) { in load_machfile() 574 return lret; in load_machfile()
|
| /xnu-8020.140.41/tests/ |
| H A D | ldt_code32.s | 190 lret
|