Home
last modified time | relevance | path

Searched refs:ip_arch_size (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dimgact.h104 user_size_t ip_arch_size; /* subfile length in ip_vp */ member
/xnu-12377.1.9/bsd/kern/
H A Dkern_exec.c868 imgp->ip_arch_size = (user_size_t)fat_arch.size; in exec_fat_imgact()
1422 imgp->ip_arch_offset, imgp->ip_arch_size) != LOAD_SUCCESS) { in exec_mach_imgact()
6750 imgp->ip_arch_size = vap->va_data_size; in exec_check_permissions()
6755 imgp->ip_arch_size = (user_size_t)vap->va_data_size; in exec_check_permissions()
H A Dmach_loader.c693 off_t macho_size = imgp->ip_arch_size; in load_machfile()