Home
last modified time | relevance | path

Searched refs:_POSIX_SPAWN_DISABLE_ASLR (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/bsd/sys/
H A Dspawn.h62 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
/xnu-10002.61.3/bsd/kern/
H A Dkern_exec.c4071 if (px_sa.psa_flags & _POSIX_SPAWN_DISABLE_ASLR) { in posix_spawn()