Lines Matching refs:ip_flags

592 	    (imgp->ip_flags & IMGPF_INTERPRET) != 0) {  in exec_shell_imgact()
601 imgp->ip_flags |= IMGPF_INTERPRET; in exec_shell_imgact()
1039 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_setup_tpro()
1044 if (!(imgp->ip_flags & IMGPF_IS_64BIT_ADDR)) { in exec_setup_tpro()
1175 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact()
1177 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact()
1222 imgp->ip_flags |= IMGPF_IS_64BIT_ADDR | IMGPF_IS_64BIT_DATA; in exec_mach_imgact()
1278 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()
1280 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()
1452 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()
1492 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()
1533 if (imgp->ip_flags & IMGPF_RESLIDE) { in exec_mach_imgact()
1550 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_mach_imgact()
1570 (imgp->ip_flags & IMGPF_DRIVER) != 0, in exec_mach_imgact()
1750 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_mach_imgact()
2028 (imgp->ip_flags & IMGPF_DRIVER) != 0 && in exec_mach_imgact()
2147 if (imgp->ip_flags & IMGPF_EXEC) { in exec_activate_image()
2289 if (imgp->ip_flags & IMGPF_INTERPRET && ndp->ni_vp) { in exec_activate_image()
2487 boolean_t in_exec = (imgp->ip_flags & IMGPF_EXEC); in exec_handle_port_actions()
3321 if (imgp->ip_flags & IMGPF_HW_TPRO) { in proc_apply_jit_and_vm_policies()
3457 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE); in posix_spawn()
3676 imgp->ip_flags |= IMGPF_PLUGIN_HOST_DISABLE_A_KEYS; in posix_spawn()
3680 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()
3828 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */ in posix_spawn()
3850 imgp->ip_flags |= IMGPF_EXEC; in posix_spawn()
4009 imgp->ip_flags |= IMGPF_HIGH_BITS_ASLR; in posix_spawn()
4018 imgp->ip_flags |= IMGPF_ALLOW_DATA_EXEC; in posix_spawn()
4024 imgp->ip_flags |= IMGPF_RESLIDE; in posix_spawn()
4030 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
4040 imgp->ip_flags |= IMGPF_DISABLE_ASLR; in posix_spawn()
4078 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()
4079 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()
4980 …imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMG… in __mac_execve()
4998 imgp->ip_flags |= IMGPF_EXEC; in __mac_execve()
5045 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
5046 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
5390 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_copyout_strings()
5594 int ptr_size = (imgp->ip_flags & IMGPF_WAS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()
5595 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()
5616 if ((imgp->ip_flags & IMGPF_INTERPRET) != 0) { in exec_extract_strings()
5900 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()
5911 int img_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_add_apple_strings()
6193 if (imgp->ip_flags & IMGPF_HW_TPRO) { in exec_add_apple_strings()
6291 imgp->ip_flags &= ~(IMGPF_ALLOW_DATA_EXEC | IMGPF_DISABLE_ASLR); in exec_check_permissions()
7355 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in process_signature()
7641 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()
7698 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()