Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h56 AUXV_AT_SECURE = 23, ///< Boolean, was exec setuid-like? enumerator
H A DAuxVector.cpp83 case ENTRY_NAME(AUXV_AT_SECURE); break; in GetEntryName()