Home
last modified time | relevance | path

Searched refs:gnu_debugdata_interface (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/tools/
Dunwind_info.cpp149 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetElfInfo() local
150 if (gnu_debugdata_interface != nullptr) { in GetElfInfo()
151 if (gnu_debugdata_interface->eh_frame() != nullptr) { in GetElfInfo()
153 DumpDwarfSection(&elf, gnu_debugdata_interface->eh_frame(), 0); in GetElfInfo()
156 if (gnu_debugdata_interface->debug_frame() != nullptr) { in GetElfInfo()
158 DumpDwarfSection(&elf, gnu_debugdata_interface->debug_frame(), 0); in GetElfInfo()
Dunwind_reg_info.cpp222 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetInfo() local
223 if (gnu_debugdata_interface != nullptr) { in GetInfo()
224 section = gnu_debugdata_interface->eh_frame(); in GetInfo()
227 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
234 section = gnu_debugdata_interface->debug_frame(); in GetInfo()
237 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h94 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface() function
/system/unwinding/libunwindstack/tests/
DElfTest.cpp271 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()
285 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()
DMapInfoGetElfTest.cpp136 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F()
151 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F()