Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dimgact.h104 user_size_t ip_arch_size; /* subfile length in ip_vp */ member
/xnu-12377.61.12/bsd/kern/
H A Dkern_exec.c871 imgp->ip_arch_size = (user_size_t)fat_arch.size; in exec_fat_imgact()
1866 imgp->ip_arch_offset, imgp->ip_arch_size) != LOAD_SUCCESS) { in exec_mach_imgact()
7298 imgp->ip_arch_size = vap->va_data_size; in exec_check_permissions()
7303 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()