Home
last modified time | relevance | path

Searched refs:lret (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/osfmk/i386/
H A Dasm64.h44 lret ;\
55 lret ;\
/xnu-8020.140.41/bsd/kern/
H A Dmach_fat.c70 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 Dkern_exec.c747 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 Dmach_loader.c448 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 Dldt_code32.s190 lret