Searched refs:_POSIX_SPAWN_DISABLE_ASLR (Results 1 – 3 of 3) sorted by relevance
43 #ifndef _POSIX_SPAWN_DISABLE_ASLR44 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro128 flags |= _POSIX_SPAWN_DISABLE_ASLR; in posix_spawn_for_debug()
69 #ifndef _POSIX_SPAWN_DISABLE_ASLR70 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro1824 flags |= _POSIX_SPAWN_DISABLE_ASLR; in PosixSpawnChildForPTraceDebugging()1835 …ttr_setflags ( &attr, POSIX_SPAWN_START_SUSPENDED%s )", flags & _POSIX_SPAWN_DISABLE_ASLR ? " | _P… in PosixSpawnChildForPTraceDebugging()
70 #ifndef _POSIX_SPAWN_DISABLE_ASLR71 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100 macro1328 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag