Lines Matching refs:ip_flags

616 	    (imgp->ip_flags & IMGPF_INTERPRET) != 0) {  in exec_shell_imgact()
625 imgp->ip_flags |= IMGPF_INTERPRET; in exec_shell_imgact()
1336 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact()
1338 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact()
1383 imgp->ip_flags |= IMGPF_IS_64BIT_ADDR | IMGPF_IS_64BIT_DATA; in exec_mach_imgact()
1439 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()
1441 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()
1629 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()
1671 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()
1716 if (imgp->ip_flags & IMGPF_RESLIDE) { in exec_mach_imgact()
1733 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_mach_imgact()
1753 (imgp->ip_flags & IMGPF_DRIVER) != 0, in exec_mach_imgact()
1892 if (imgp->ip_flags & IMGPF_3P_PLUGINS) { in exec_mach_imgact()
1956 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_mach_imgact()
2259 (imgp->ip_flags & IMGPF_DRIVER) != 0 && in exec_mach_imgact()
2378 if (imgp->ip_flags & IMGPF_EXEC) { in exec_activate_image()
2520 if (imgp->ip_flags & IMGPF_INTERPRET && ndp->ni_vp) { in exec_activate_image()
2732 boolean_t in_exec = (imgp->ip_flags & IMGPF_EXEC); in exec_handle_port_actions()
3627 const bool task_loads_3P_plugins = imgp->ip_flags & IMGPF_3P_PLUGINS; in proc_apply_jit_and_vm_policies()
3776 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE); in posix_spawn()
4023 imgp->ip_flags |= IMGPF_PLUGIN_HOST_DISABLE_A_KEYS; in posix_spawn()
4028 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()
4177 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */ in posix_spawn()
4199 imgp->ip_flags |= IMGPF_EXEC; in posix_spawn()
4359 imgp->ip_flags |= IMGPF_HIGH_BITS_ASLR; in posix_spawn()
4368 imgp->ip_flags |= IMGPF_ALLOW_DATA_EXEC; in posix_spawn()
4374 imgp->ip_flags |= IMGPF_RESLIDE; in posix_spawn()
4380 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
4390 imgp->ip_flags |= IMGPF_DISABLE_ASLR; in posix_spawn()
4426 const uint8_t disable_user_jop = imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE; in posix_spawn()
5404 …imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMG… in __mac_execve()
5422 imgp->ip_flags |= IMGPF_EXEC; in __mac_execve()
5470 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
5471 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
5517 ml_task_set_jop_pid_from_shared_region(new_task, imgp->ip_flags & IMGPF_NOJOP); in __mac_execve()
5847 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_copyout_strings()
6051 int ptr_size = (imgp->ip_flags & IMGPF_WAS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()
6052 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()
6073 if ((imgp->ip_flags & IMGPF_INTERPRET) != 0) { in exec_extract_strings()
6369 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()
6380 int img_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_add_apple_strings()
6768 imgp->ip_flags &= ~(IMGPF_ALLOW_DATA_EXEC | IMGPF_DISABLE_ASLR); in exec_check_permissions()
7878 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in process_signature()
8189 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()
8246 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()