Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h36 AUXV_AT_ENTRY = 9, ///< Program entry point. enumerator
H A DAuxVector.cpp69 case ENTRY_NAME(AUXV_AT_ENTRY); break; in GetEntryName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp727 m_auxv->GetAuxValue(AuxVector::AUXV_AT_ENTRY); in GetEntryPoint()