Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/darwin-debug/
H A 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()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp79 #ifndef _POSIX_SPAWN_DISABLE_ASLR
80 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A 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
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm507 #ifndef _POSIX_SPAWN_DISABLE_ASLR
508 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
3308 flags |= _POSIX_SPAWN_DISABLE_ASLR;
3321 flags & _POSIX_SPAWN_DISABLE_ASLR ? " | _POSIX_SPAWN_DISABLE_ASLR"