Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dimgact.h147 #define IMGPF_DISABLE_ASLR 0x00000020 /* disable ASLR */ macro
/xnu-11417.121.6/bsd/kern/
H A Dmach_loader.c543 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) { in load_machfile()
3152 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) { in load_rosetta()
H A Dkern_exec.c4309 imgp->ip_flags |= IMGPF_DISABLE_ASLR; in posix_spawn()
5302 …GPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE… in __mac_execve()
6650 imgp->ip_flags &= ~(IMGPF_ALLOW_DATA_EXEC | IMGPF_DISABLE_ASLR); in exec_check_permissions()