Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/darwin-debug/
Ddarwin-debug.cpp40 #ifndef _POSIX_SPAWN_DISABLE_ASLR
41 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
119 flags |= _POSIX_SPAWN_DISABLE_ASLR; in posix_spawn_for_debug()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DHost.cpp77 #ifndef _POSIX_SPAWN_DISABLE_ASLR
78 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHost.mm90 #ifndef _POSIX_SPAWN_DISABLE_ASLR
91 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
837 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm507 #ifndef _POSIX_SPAWN_DISABLE_ASLR
508 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
3393 flags |= _POSIX_SPAWN_DISABLE_ASLR;
3406 flags & _POSIX_SPAWN_DISABLE_ASLR ? " | _POSIX_SPAWN_DISABLE_ASLR"