Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfFake.h128 void FakeSetEhFrameOffset(uint64_t offset) { eh_frame_offset_ = offset; } in FakeSetEhFrameOffset()
139 void FakeSetEhFrameOffset(uint64_t offset) { eh_frame_offset_ = offset; } in FakeSetEhFrameOffset()
/system/unwinding/libunwindstack/
DElfInterface.cpp102 if (!eh_frame_hdr->EhFrameInit(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_) || in InitHeaders()
108 if (eh_frame_.get() == nullptr && eh_frame_offset_ != 0) { in InitHeaders()
112 if (!eh_frame_->Init(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_)) { in InitHeaders()
121 eh_frame_offset_ = 0; in InitHeaders()
330 eh_frame_offset_ = shdr.sh_offset; in ReadSectionHeaders()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h112 uint64_t eh_frame_offset() { return eh_frame_offset_; } in eh_frame_offset()
155 uint64_t eh_frame_offset_ = 0; variable