Home
last modified time | relevance | path

Searched defs:GetSoname (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h186 std::string GetSoname() override { return ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(); } in GetSoname() function
216 std::string GetSoname() override { return ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(); } in GetSoname() function
/system/core/libunwindstack/
DElf.cpp96 std::string Elf::GetSoname() { in GetSoname() function in unwindstack::Elf
/system/core/libunwindstack/tests/
DElfFake.h71 std::string GetSoname() override { return fake_soname_; } in GetSoname() function
DElfTest.cpp315 std::string GetSoname() override { return ""; } in GetSoname() function in unwindstack::ElfInterfaceMock