Searched refs:gnu_debugdata_interface (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tools/ |
H A D | unwind_info.cpp | 152 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); in GetElfInfo() local 153 if (gnu_debugdata_interface != nullptr) { in GetElfInfo() 154 if (gnu_debugdata_interface->eh_frame() != nullptr) { in GetElfInfo() 156 DumpDwarfSection(&elf, gnu_debugdata_interface->eh_frame(), 0); in GetElfInfo() 159 if (gnu_debugdata_interface->debug_frame() != nullptr) { in GetElfInfo() 161 DumpDwarfSection(&elf, gnu_debugdata_interface->debug_frame(), 0); in GetElfInfo()
|
H A D | unwind_reg_info.cpp | 223 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() 235 section = gnu_debugdata_interface->debug_frame(); in GetInfo() 238 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Elf.h | 93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface() function
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | ElfTest.cpp | 273 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F() 287 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr); in TEST_F()
|
H A D | MapInfoGetElfTest.cpp | 140 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F() 156 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr); in TEST_F()
|