Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h32 AUXV_AT_PHNUM = 5, ///< Number of program headers. enumerator
H A DAuxVector.cpp65 case ENTRY_NAME(AUXV_AT_PHNUM); break; in GetEntryName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp53 GetAuxValue(AuxVector::AUXV_AT_PHNUM); in GetELFImageInfoAddress()