Home
last modified time | relevance | path

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

/system/core/libunwindstack/tools/
Dunwind_info.cpp158 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetElfInfo() local
159 if (gnu_debugdata_interface != nullptr) { in GetElfInfo()
160 if (gnu_debugdata_interface->eh_frame() != nullptr) { in GetElfInfo()
162 DumpDwarfSection(&elf, gnu_debugdata_interface->eh_frame(), 0); in GetElfInfo()
165 if (gnu_debugdata_interface->debug_frame() != nullptr) { in GetElfInfo()
167 DumpDwarfSection(&elf, gnu_debugdata_interface->debug_frame(), 0); in GetElfInfo()
Dunwind_reg_info.cpp223 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetInfo() local
224 if (gnu_debugdata_interface != nullptr) { in GetInfo()
225 section = gnu_debugdata_interface->eh_frame(); in GetInfo()
228 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/core/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface() function
/system/core/libunwindstack/tests/
DMapInfoGetElfTest.cpp138 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F()
154 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F()
DElfTest.cpp250 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()
264 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()