Home
last modified time | relevance | path

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

/external/lldb/tools/darwin-debug/
Ddarwin-debug.cpp43 #ifndef _POSIX_SPAWN_DISABLE_ASLR
44 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
128 flags |= _POSIX_SPAWN_DISABLE_ASLR; in posix_spawn_for_debug()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp69 #ifndef _POSIX_SPAWN_DISABLE_ASLR
70 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
1824 flags |= _POSIX_SPAWN_DISABLE_ASLR; in PosixSpawnChildForPTraceDebugging()
1835 …ttr_setflags ( &attr, POSIX_SPAWN_START_SUSPENDED%s )", flags & _POSIX_SPAWN_DISABLE_ASLR ? " | _P… in PosixSpawnChildForPTraceDebugging()
/external/lldb/source/Host/macosx/
DHost.mm70 #ifndef _POSIX_SPAWN_DISABLE_ASLR
71 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
1328 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag