Lines Matching refs:ip_flags

586 	    (imgp->ip_flags & IMGPF_INTERPRET) != 0) {  in exec_shell_imgact()
595 imgp->ip_flags |= IMGPF_INTERPRET; in exec_shell_imgact()
1023 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact()
1025 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact()
1069 imgp->ip_flags |= IMGPF_IS_64BIT_ADDR | IMGPF_IS_64BIT_DATA; in exec_mach_imgact()
1125 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()
1127 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()
1287 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()
1323 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()
1364 if (imgp->ip_flags & IMGPF_RESLIDE) { in exec_mach_imgact()
1382 …(void *)p->p_fd.fd_rdir, cputype, cpu_subtype, reslide, (imgp->ip_flags & IMGPF_DRIVER) != 0 && vm… in exec_mach_imgact()
1552 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_mach_imgact()
1935 if (imgp->ip_flags & IMGPF_INTERPRET && ndp->ni_vp) { in exec_activate_image()
2133 boolean_t in_exec = (imgp->ip_flags & IMGPF_EXEC); in exec_handle_port_actions()
3118 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE); in posix_spawn()
3330 imgp->ip_flags |= IMGPF_PLUGIN_HOST_DISABLE_A_KEYS; in posix_spawn()
3334 imgp->ip_flags |= IMGPF_ALT_ROSETTA; in posix_spawn()
3481 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */ in posix_spawn()
3523 imgp->ip_flags |= IMGPF_EXEC; in posix_spawn()
3676 imgp->ip_flags |= IMGPF_HIGH_BITS_ASLR; in posix_spawn()
3685 imgp->ip_flags |= IMGPF_ALLOW_DATA_EXEC; in posix_spawn()
3691 imgp->ip_flags |= IMGPF_RESLIDE; in posix_spawn()
3697 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
3707 imgp->ip_flags |= IMGPF_DISABLE_ASLR; in posix_spawn()
3736 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()
3737 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()
4572 …imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMG… in __mac_execve()
4590 imgp->ip_flags |= IMGPF_EXEC; in __mac_execve()
4646 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
4647 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
4997 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_copyout_strings()
5201 int ptr_size = (imgp->ip_flags & IMGPF_WAS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()
5202 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()
5223 if ((imgp->ip_flags & IMGPF_INTERPRET) != 0) { in exec_extract_strings()
5501 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()
5512 int img_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_add_apple_strings()
5865 imgp->ip_flags &= ~(IMGPF_ALLOW_DATA_EXEC | IMGPF_DISABLE_ASLR); in exec_check_permissions()
6855 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in check_for_signature()
7110 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()
7167 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()