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

/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp43 #ifndef _POSIX_SPAWN_DISABLE_ASLR
44 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
128 flags |= _POSIX_SPAWN_DISABLE_ASLR;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp69 #ifndef _POSIX_SPAWN_DISABLE_ASLR
70 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
1824 flags |= _POSIX_SPAWN_DISABLE_ASLR;
1835 err.LogThreaded("::posix_spawnattr_setflags ( &attr, POSIX_SPAWN_START_SUSPENDED%s )", flags & _POSIX_SPAWN_DISABLE_ASLR ? " | _POSIX_SPAWN_DISABLE_ASLR" : "");

Completed in 301 milliseconds