Lines Matching refs:image_params
275 task_t new_task, struct image_params *imgp, void **inherit);
412 struct image_params; /* Forward */
413 static int exec_activate_image(struct image_params *imgp);
414 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
416 static int execargs_alloc(struct image_params *imgp);
417 static int execargs_free(struct image_params *imgp);
418 static int exec_check_permissions(struct image_params *imgp);
419 static int exec_extract_strings(struct image_params *imgp);
420 static int exec_add_apple_strings(struct image_params *imgp, const load_result_t *load_result);
421 static int exec_handle_sugid(struct image_params *imgp);
426 static void exec_resettextvp(proc_t, struct image_params *);
427 static int process_signature(proc_t, struct image_params *);
428 static void exec_prefault_data(proc_t, struct image_params *, load_result_t *);
429 static errno_t exec_handle_port_actions(struct image_params *imgp,
431 static errno_t exec_handle_exception_port_actions(const struct image_params *imgp,
459 exec_add_user_string(struct image_params *imgp, user_addr_t str, int seg, boolean_t is_ncargs) in exec_add_user_string()
536 exec_save_path(struct image_params *imgp, user_addr_t path, int seg, const char **excpath) in exec_save_path()
595 exec_reset_save_path(struct image_params *imgp) in exec_reset_save_path()
626 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact()
792 exec_fat_imgact(struct image_params *imgp) in exec_fat_imgact()
974 set_proc_name(struct image_params *imgp, proc_t p) in set_proc_name()
1018 get_teamid_for_shared_region(struct image_params *imgp) in get_teamid_for_shared_region()
1088 exec_setup_tpro(struct image_params *imgp, load_result_t *load_result) in exec_setup_tpro()
1158 const struct image_params *imgp, load_result_t *load_result) in encode_HR_entitlement()
1184 const struct image_params *imgp, in handle_missing_subfeature_entitlement()
1225 struct image_params *imgp, in apply_hardened_heap_policy()
1281 struct image_params *imgp, in apply_hardened_process_policy()
1369 exec_mach_imgact(struct image_params *imgp) in exec_mach_imgact()
2416 int(*const ex_imgact)(struct image_params *);
2455 exec_activate_image(struct image_params *imgp) in exec_activate_image()
2806 exec_handle_port_actions(struct image_params *imgp, in exec_handle_port_actions()
2996 exec_handle_exception_port_actions(const struct image_params *imgp, in exec_handle_exception_port_actions()
3037 exec_handle_file_actions(struct image_params *imgp, short psa_flags) in exec_handle_file_actions()
3657 proc_apply_jit_and_vm_policies(struct image_params *imgp, proc_t p, task_t task) in proc_apply_jit_and_vm_policies()
3804 struct image_params *imgp = NULL; in posix_spawn()
3838 struct image_params imgp; in posix_spawn()
5198 …t old_proc, proc_t new_proc, task_t old_task, task_t new_task, struct image_params *imgp, void **i… in proc_exec_switch_task()
5432 struct image_params *imgp = NULL; in __mac_execve()
5445 struct image_params imgp; in __mac_execve()
5893 exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp) in exec_copyout_strings()
6097 exec_extract_strings(struct image_params *imgp) in exec_extract_strings()
6377 exec_add_entropy_key(struct image_params *imgp, in exec_add_entropy_key()
6415 is_arm64e_running_as_arm64(const struct image_params *imgp) in is_arm64e_running_as_arm64()
6425 exec_add_apple_strings(struct image_params *imgp, in exec_add_apple_strings()
6760 exec_check_permissions(struct image_params *imgp) in exec_check_permissions()
6885 exec_handle_sugid(struct image_params *imgp) in exec_handle_sugid()
7643 execargs_alloc(struct image_params *imgp) in execargs_alloc()
7711 execargs_free(struct image_params *imgp) in execargs_free()
7747 uthread_set_exec_data(struct uthread *uth, struct image_params *imgp) in uthread_set_exec_data()
7756 struct image_params *imgp = uth->uu_save.uus_exec_data.imgp; in thread_get_current_exec_path()
7773 exec_resettextvp(proc_t p, struct image_params *imgp) in exec_resettextvp()
7888 process_signature(proc_t p, struct image_params *imgp) in process_signature()
8167 __unused struct image_params *imgp, in exec_prefault_data()