Searched refs:ip_arch_offset (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | imgact.h | 103 user_size_t ip_arch_offset; /* subfile offset in ip_vp */ member
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_exec.c | 834 imgp->ip_arch_offset = (user_size_t)fat_arch.offset; in exec_fat_imgact() 928 const char *ret = csvnode_get_teamid(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 933 struct cs_blob *blob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1108 imgp->ip_arch_offset, imgp->ip_arch_size) != LOAD_SUCCESS) { in exec_mach_imgact() 1351 (int64_t)imgp->ip_arch_offset, SR_ENTITLEMENT)) != NULL) { in exec_mach_imgact() 5632 int cdhash_errror = ubc_cs_getcdhash(imgp->ip_vp, imgp->ip_arch_offset, cdhash); in exec_add_apple_strings() 5845 imgp->ip_arch_offset = (user_size_t)0; in exec_check_permissions() 5955 imgp->ip_arch_offset, in exec_handle_sugid() 6049 imgp->ip_arch_offset, in exec_handle_sugid() 6075 …k_inherit_ipc_ports(p, p->p_textvp, p->p_textoff, imgp->ip_vp, imgp->ip_arch_offset, imgp->ip_scri… in exec_handle_sugid() [all …]
|
| H A D | mach_loader.c | 372 struct cs_blob *csblob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in arm64e_plugin_host() 379 …if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, OVERRIDE_PLUGIN_HOST_ENTITLE… in arm64e_plugin_host() 397 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in arm64e_plugin_host() 441 off_t file_offset = imgp->ip_arch_offset; in load_machfile()
|