Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h31 AUXV_AT_PHENT = 4, ///< Size of program header. enumerator
H A DAuxVector.cpp64 case ENTRY_NAME(AUXV_AT_PHENT); break; in GetEntryName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp51 GetAuxValue(AuxVector::AUXV_AT_PHENT); in GetELFImageInfoAddress()