Searched refs:ip_arch_offset (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | imgact.h | 103 user_size_t ip_arch_offset; /* subfile offset in ip_vp */ member
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_exec.c | 865 imgp->ip_arch_offset = (user_size_t)fat_arch.offset; in exec_fat_imgact() 998 const char *ret = csvnode_get_teamid(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1003 struct cs_blob *blob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1065 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in encode_HR_entitlement() 1120 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, in exec_setup_hardened_heap() 1313 imgp->ip_arch_offset, imgp->ip_arch_size) != LOAD_SUCCESS) { in exec_mach_imgact() 1604 (int64_t)imgp->ip_arch_offset, SR_ENTITLEMENT)) != NULL) { in exec_mach_imgact() 2187 (int64_t)imgp->ip_arch_offset, USERSPACE_COREDUMP_PANIC_ENTITLEMENT)) != NULL) { in exec_mach_imgact() 4388 kr = task_add_conclave(new_task, imgp->ip_vp, (int64_t)imgp->ip_arch_offset, in posix_spawn() 5164 (int64_t)imgp->ip_arch_offset) != KERN_SUCCESS) { in proc_exec_switch_task() [all …]
|
| H A D | mach_loader.c | 378 struct cs_blob *csblob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in process_is_plugin_host() 385 …if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, OVERRIDE_PLUGIN_HOST_ENTITLE… in process_is_plugin_host() 403 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in process_is_plugin_host() 447 off_t file_offset = imgp->ip_arch_offset; in load_machfile() 588 (int64_t)imgp->ip_arch_offset, "com.apple.developer.hardened-process"); in load_machfile()
|