Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h30 AUXV_AT_PHDR = 3, ///< Program headers. enumerator
H A DAuxVector.cpp63 case ENTRY_NAME(AUXV_AT_PHDR); break; in GetEntryName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp49 GetAuxValue(AuxVector::AUXV_AT_PHDR); in GetELFImageInfoAddress()