Searched defs:gnu_debugdata_interface_ (Results 1 - 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
H A DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); }
122 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; member in class:unwindstack::Elf
H A DElfInterface.h77 void SetGnuDebugdataInterface(ElfInterface* interface) { gnu_debugdata_interface_ = interface; }
157 ElfInterface* gnu_debugdata_interface_ = nullptr; member in class:unwindstack::ElfInterface

Completed in 57 milliseconds