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

  /system/core/libunwindstack/tools/
unwind_info.cpp 146 ElfInterface* gnu_debugdata_interface = elf.gnu_debugdata_interface(); local
147 if (gnu_debugdata_interface != nullptr) {
148 if (gnu_debugdata_interface->eh_frame() != nullptr) {
150 DumpDwarfSection(gnu_debugdata_interface, gnu_debugdata_interface->eh_frame(), 0);
153 if (gnu_debugdata_interface->debug_frame() != nullptr) {
155 DumpDwarfSection(gnu_debugdata_interface, gnu_debugdata_interface->debug_frame(), 0);
  /system/core/libunwindstack/include/unwindstack/
Elf.h 69 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } function in class:unwindstack::Elf

Completed in 61 milliseconds