Home
last modified time | relevance | path

Searched refs:debug_frame_offset_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h130 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; } in FakeSetDebugFrameOffset()
141 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; } in FakeSetDebugFrameOffset()
/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp126 if (debug_frame_offset_ != 0) { in InitHeaders()
128 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_, debug_frame_section_bias_)) { in InitHeaders()
130 debug_frame_offset_ = 0; in InitHeaders()
323 debug_frame_offset_ = shdr.sh_offset; in ReadSectionHeaders()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h115 uint64_t debug_frame_offset() { return debug_frame_offset_; } in debug_frame_offset()
159 uint64_t debug_frame_offset_ = 0; variable