HomeSort by relevance Sort by last modified time
    Searched full:gnu_debugdata_interface (Results 1 - 6 of 6) sorted by null

  /system/core/libunwindstack/tools/
unwind_info.cpp 150 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); local
151 if (gnu_debugdata_interface != nullptr) {
152 if (gnu_debugdata_interface->eh_frame() != nullptr) {
154 DumpDwarfSection(gnu_debugdata_interface, gnu_debugdata_interface->eh_frame(), 0);
157 if (gnu_debugdata_interface->debug_frame() != nullptr) {
159 DumpDwarfSection(gnu_debugdata_interface, gnu_debugdata_interface->debug_frame(), 0);
unwind_reg_info.cpp 185 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); local
186 if (gnu_debugdata_interface != nullptr) {
187 section = gnu_debugdata_interface->eh_frame();
190 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type());
196 section = gnu_debugdata_interface->debug_frame();
199 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type());
  /system/core/libunwindstack/include/unwindstack/
Elf.h 93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } function in class:unwindstack::Elf
  /system/core/libunwindstack/tests/
ElfTest.cpp 246 ASSERT_TRUE(elf.gnu_debugdata_interface() == nullptr);
260 ASSERT_TRUE(elf.gnu_debugdata_interface() == nullptr);
274 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr);
288 ASSERT_TRUE(elf.gnu_debugdata_interface() != nullptr);
MapInfoGetElfTest.cpp 121 EXPECT_TRUE(elf->gnu_debugdata_interface() == nullptr);
137 EXPECT_TRUE(elf->gnu_debugdata_interface() == nullptr);
153 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr);
169 EXPECT_TRUE(elf->gnu_debugdata_interface() != nullptr);
  /system/core/libunwindstack/tests/files/offline/offset_arm/
libunwindstack_test 

Completed in 472 milliseconds