Searched refs:_POSIX_SPAWN_DISABLE_ASLR (Results 1 – 4 of 4) sorted by relevance
40 #ifndef _POSIX_SPAWN_DISABLE_ASLR41 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro119 flags |= _POSIX_SPAWN_DISABLE_ASLR; in posix_spawn_for_debug()
77 #ifndef _POSIX_SPAWN_DISABLE_ASLR78 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro
90 #ifndef _POSIX_SPAWN_DISABLE_ASLR91 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro837 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag
507 #ifndef _POSIX_SPAWN_DISABLE_ASLR508 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro3393 flags |= _POSIX_SPAWN_DISABLE_ASLR;3406 flags & _POSIX_SPAWN_DISABLE_ASLR ? " | _POSIX_SPAWN_DISABLE_ASLR"