Home
last modified time | relevance | path

Searched defs:imgp (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_exec.c413 exec_add_user_string(struct image_params *imgp, user_addr_t str, int seg, boolean_t is_ncargs) in exec_add_user_string()
490 exec_save_path(struct image_params *imgp, user_addr_t path, int seg, const char **excpath) in exec_save_path()
549 exec_reset_save_path(struct image_params *imgp) in exec_reset_save_path()
580 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact()
746 exec_fat_imgact(struct image_params *imgp) in exec_fat_imgact()
906 set_proc_name(struct image_params *imgp, proc_t p) in set_proc_name()
963 get_teamid_for_shared_region(struct image_params *imgp) in get_teamid_for_shared_region()
1033 exec_setup_tpro(struct image_params __unused *imgp, load_result_t *load_result) in exec_setup_tpro()
1151 exec_mach_imgact(struct image_params *imgp) in exec_mach_imgact()
2122 exec_activate_image(struct image_params *imgp) in exec_activate_image()
[all …]
H A Dmach_fat.c67 struct image_params *imgp, in fatfile_getarch()
167 struct image_params *imgp, in fatfile_getbestarch()
188 struct image_params *imgp, in fatfile_getbestarch_for_cputype()
H A Dmach_loader.c372 arm64e_plugin_host(struct image_params *imgp, load_result_t *result) in arm64e_plugin_host()
443 struct image_params *imgp, in load_machfile()
772 struct image_params *imgp in parse_machfile()
1546 struct image_params *imgp, in check_if_simulator_binary()
2067 struct image_params *imgp) in load_segment()
3037 struct image_params *imgp in load_dylinker()
3223 struct image_params *imgp) in load_rosetta()
3349 struct image_params * imgp, in set_signature_error()
3414 struct image_params *imgp) in load_code_signature()
3748 struct image_params *imgp in get_macho_vnode()
H A Dubc_subr.c4186 struct image_params *imgp, in ubc_cs_blob_add()
4999 struct image_params *imgp, in ubc_cs_blob_revalidate()
/xnu-8792.41.9/security/
H A Dmac_process.c225 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) in mac_execve_enter()
902 mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reasonp) in mac_proc_check_launch_constraints()
H A Dmac_vfs.c1232 struct image_params *imgp) in mac_vnode_check_exec()
1329 struct image_params *imgp, in mac_vnode_check_signature()
/xnu-8792.41.9/bsd/sys/
H A Duser.h200 struct image_params *imgp; member