Home
last modified time | relevance | path

Searched refs:GetSoname (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h80 virtual std::string GetSoname() = 0;
204 std::string GetSoname() override;
H A DElf.h54 std::string GetSoname();
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind_symbols.cpp68 std::string soname(elf.GetSoname()); in main()
H A Dunwind_info.cpp115 std::string soname(elf.GetSoname()); in GetElfInfo()
H A Dunwind_reg_info.cpp188 std::string soname(elf.GetSoname()); in GetInfo()
/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp96 std::string Elf::GetSoname() { in GetSoname() function in unwindstack::Elf
101 return interface_->GetSoname(); in GetSoname()
H A DElfInterface.cpp88 std::make_unique<MemoryXz>(memory_, gnu_debugdata_offset_, gnu_debugdata_size_, GetSoname()); in CreateGnuDebugdataMemory()
369 std::string ElfInterfaceImpl<ElfTypes>::GetSoname() { in GetSoname() function in unwindstack::ElfInterfaceImpl
H A DUnwinder.cpp115 std::string soname = elf->GetSoname(); in FillInFrame()
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h74 std::string GetSoname() override { return fake_soname_; } in GetSoname() function
H A DElfTest.cpp132 ASSERT_EQ("", elf.GetSoname()); in TEST_F()
347 std::string GetSoname() override { return ""; } in GetSoname() function in unwindstack::ElfInterfaceMock
H A DElfInterfaceTest.cpp586 ASSERT_EQ("fake_soname.so", elf->GetSoname()); in Soname()
607 ASSERT_EQ("", elf->GetSoname()); in SonameAfterDtNull()
628 ASSERT_EQ("", elf->GetSoname()); in SonameSize()
651 ASSERT_EQ("", elf->GetSoname()); in SonameMissingMap()