Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dimgact.h146 #define IMGPF_DISABLE_ASLR 0x00000020 /* disable ASLR */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c3707 imgp->ip_flags |= IMGPF_DISABLE_ASLR; in posix_spawn()
4572 …GPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE… in __mac_execve()
5865 imgp->ip_flags &= ~(IMGPF_ALLOW_DATA_EXEC | IMGPF_DISABLE_ASLR); in exec_check_permissions()
H A Dmach_loader.c537 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) { in load_machfile()