Home
last modified time | relevance | path

Searched refs:GetAuxValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DNativeProcessELF.cpp16 NativeProcessELF::GetAuxValue(enum AuxVector::EntryType type) { in GetAuxValue() function in lldb_private::NativeProcessELF
27 return m_aux_vector->GetAuxValue(type); in GetAuxValue()
48 GetAuxValue(AuxVector::AUXV_AT_PHDR); in GetELFImageInfoAddress()
50 GetAuxValue(AuxVector::AUXV_AT_PHENT); in GetELFImageInfoAddress()
52 GetAuxValue(AuxVector::AUXV_AT_PHNUM); in GetELFImageInfoAddress()
DNativeProcessELF.h33 llvm::Optional<uint64_t> GetAuxValue(enum AuxVector::EntryType type);
/external/llvm-project/lldb/unittests/Process/POSIX/
DNativeProcessELFTest.cpp29 using NativeProcessELF::GetAuxValue;
51 TEST(NativeProcessELFTest, GetAuxValue) { in TEST() argument
61 ASSERT_EQ(phdr_addr, process.GetAuxValue(AuxVector::AUXV_AT_PHDR)); in TEST()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DAuxVector.h63 llvm::Optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
DAuxVector.cpp33 AuxVector::GetAuxValue(enum EntryType entry_type) const { in GetAuxValue() function in AuxVector
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp626 m_auxv->GetAuxValue(AuxVector::AUXV_AT_SYSINFO_EHDR)) in EvalSpecialModulesStatus()
630 m_auxv->GetAuxValue(AuxVector::AUXV_AT_BASE)) in EvalSpecialModulesStatus()
642 m_auxv->GetAuxValue(AuxVector::AUXV_AT_ENTRY); in GetEntryPoint()