Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp62 const unsigned long personality_get_current = 0xffffffff; in DisableASLR() local
63 int value = personality(personality_get_current); in DisableASLR()