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

  /system/core/libunwindstack/include/unwindstack/
Elf.h 93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); }
122 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; member in class:unwindstack::Elf
ElfInterface.h 77 void SetGnuDebugdataInterface(ElfInterface* interface) { gnu_debugdata_interface_ = interface; }
157 ElfInterface* gnu_debugdata_interface_ = nullptr; member in class:unwindstack::ElfInterface

Completed in 73 milliseconds