Home
last modified time | relevance | path

Searched refs:fatfile_getbestarch (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dmach_fat.h39 load_return_t fatfile_getbestarch(vm_offset_t data_ptr, vm_size_t data_size, struct image_params *i…
H A Dmach_fat.c164 fatfile_getbestarch( in fatfile_getbestarch() function
H A Dchunklist.c718 if (fatfile_getbestarch((vm_offset_t)fat_header, bufsz, NULL, &fat_arch, FALSE) != LOAD_SUCCESS) { in authenticate_libkern_uuid()
H A Dkern_exec.c808 lret = fatfile_getbestarch((vm_offset_t)fat_header, in exec_fat_imgact()