Home
last modified time | relevance | path

Searched refs:ip_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/kern/
H A Dmach_loader.c370 if (imgp->ip_flags & IMGPF_NOJOP) { in process_is_plugin_host()
456 int in_exec = (imgp->ip_flags & IMGPF_EXEC); in load_machfile()
543 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) { in load_machfile()
598 (imgp->ip_flags & IMGPF_HIGH_BITS_ASLR)) { in load_machfile()
698 imgp->ip_flags |= IMGPF_3P_PLUGINS; in load_machfile()
706 if (imgp->ip_flags & IMGPF_3P_PLUGINS) { in load_machfile()
707 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()
867 } else if (imgp->ip_flags & IMGPF_ROSETTA) { in parse_machfile()
3004 if (imgp->ip_flags & IMGPF_ROSETTA) { in load_dylinker()
3105 if (imgp->ip_flags & IMGPF_ALT_ROSETTA) { in load_rosetta()
[all …]
H A Dkern_exec.c621 imgp->ip_flags |= IMGPF_INTERPRET; in exec_shell_imgact()
1068 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_setup_tpro()
1320 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()
1322 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()
1597 if (imgp->ip_flags & IMGPF_RESLIDE) { in exec_mach_imgact()
1614 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_mach_imgact()
2269 if (imgp->ip_flags & IMGPF_EXEC) { in exec_activate_image()
4084 imgp->ip_flags |= IMGPF_EXEC; in posix_spawn()
4259 imgp->ip_flags |= IMGPF_RESLIDE; in posix_spawn()
4265 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
[all …]
/xnu-11215/bsd/sys/
H A Dimgact.h86 int ip_flags; /* image flags */ member