Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dmach_fat.h37 load_return_t fatfile_validate_fatarches(vm_offset_t data_ptr, vm_size_t data_size, off_t file_size…
H A Dmach_fat.c236 fatfile_validate_fatarches(vm_offset_t data_ptr, vm_size_t data_size, off_t file_size) in fatfile_validate_fatarches() function
H A Dchunklist.c715 if (fatfile_validate_fatarches((vm_offset_t)buf, bufsz, fsize) == LOAD_SUCCESS) { in authenticate_libkern_uuid()
H A Dmach_loader.c3526 error = fatfile_validate_fatarches((vm_offset_t)(&header->fat_header), in get_macho_vnode()
H A Dkern_exec.c762 lret = fatfile_validate_fatarches((vm_offset_t)fat_header, PAGE_SIZE, in exec_fat_imgact()