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.cpp153 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetElfInfo() local
154 if (gnu_debugdata_interface != nullptr) { in GetElfInfo()
155 if (gnu_debugdata_interface->eh_frame() != nullptr) { in GetElfInfo()
157 DumpDwarfSection(&elf, gnu_debugdata_interface->eh_frame(), 0); in GetElfInfo()
160 if (gnu_debugdata_interface->debug_frame() != nullptr) { in GetElfInfo()
162 DumpDwarfSection(&elf, gnu_debugdata_interface->debug_frame(), 0); in GetElfInfo()
Dunwind_reg_info.cpp231 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetInfo() local
232 if (gnu_debugdata_interface != nullptr) { in GetInfo()
233 section = gnu_debugdata_interface->eh_frame(); in GetInfo()
236 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
243 section = gnu_debugdata_interface->debug_frame(); in GetInfo()
246 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h90 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface() function
/system/unwinding/libunwindstack/tests/
DElfTest.cpp260 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()
274 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()