Searched refs:gnu_debugdata_interface (Results 1 – 5 of 5) sorted by relevance
| /system/unwinding/libunwindstack/tools/ |
| D | unwind_info.cpp | 153 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()
|
| D | unwind_reg_info.cpp | 231 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/ |
| D | Elf.h | 90 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface() function
|
| /system/unwinding/libunwindstack/tests/ |
| D | ElfTest.cpp | 260 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F() 274 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()
|
| D | MapInfoGetElfTest.cpp | 136 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F() 151 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F()
|