Home
last modified time | relevance | path

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

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