HomeSort by: relevance | last modified time | path
    Searched defs:_POSIX_SPAWN_DISABLE_ASLR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 1811 #ifndef _POSIX_SPAWN_DISABLE_ASLR
1812 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100
1814 ps_flags |= _POSIX_SPAWN_DISABLE_ASLR;
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 1808 #ifndef _POSIX_SPAWN_DISABLE_ASLR
1809 #define _POSIX_SPAWN_DISABLE_ASLR 0x0100
1811 ps_flags |= _POSIX_SPAWN_DISABLE_ASLR;

Completed in 26 milliseconds