Home
last modified time | relevance | path

Searched refs:gnu_debugdata_interface_ (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/system/unwinding/libunwindstack/
H A DElf.cpp77 gnu_debugdata_interface_.reset(CreateInterfaceFromMemory(memory)); in InitGnuDebugdata()
78 ElfInterface* gnu = gnu_debugdata_interface_.get(); in InitGnuDebugdata()
90 gnu_debugdata_interface_.reset(nullptr); in InitGnuDebugdata()
114 (gnu_debugdata_interface_ && in GetFunctionName()
115 gnu_debugdata_interface_->GetFunctionName(addr, name, func_offset))); in GetFunctionName()
125 (gnu_debugdata_interface_ == nullptr || in GetGlobalVariableOffset()
126 !gnu_debugdata_interface_->GetGlobalVariable(name, &vaddr))) { in GetGlobalVariableOffset()
256 if (gnu_debugdata_interface_ != nullptr && gnu_debugdata_interface_->IsValidPc(pc)) { in IsValidPc()
273 if (gnu_debugdata_interface_ != nullptr && gnu_debugdata_interface_->GetTextRange(addr, size)) { in GetTextRange()
H A DElfInterface.cpp537 if (gnu_debugdata_interface_ != nullptr && in Step()
538 gnu_debugdata_interface_->Step(pc, regs, process_memory, finished, is_signal_frame)) { in Step()
548 } else if (gnu_debugdata_interface_ != nullptr) { in Step()
549 last_error_ = gnu_debugdata_interface_->last_error(); in Step()
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
129 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h90 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
126 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
DElfInterface.h101 void SetGnuDebugdataInterface(ElfInterface* interface) { gnu_debugdata_interface_ = interface; } in SetGnuDebugdataInterface()
180 ElfInterface* gnu_debugdata_interface_ = nullptr; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
129 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
129 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h94 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
131 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h94 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
131 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
129 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
135 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
135 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
135 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h94 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
131 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
DElfInterface.h101 void SetGnuDebugdataInterface(ElfInterface* interface) { gnu_debugdata_interface_ = interface; } in SetGnuDebugdataInterface()
180 ElfInterface* gnu_debugdata_interface_ = nullptr; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h94 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
131 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h98 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
135 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DElf.h93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); } in gnu_debugdata_interface()
124 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; variable

1234