Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfFake.h129 void FakeSetEhFrameSize(uint64_t size) { eh_frame_size_ = size; } in FakeSetEhFrameSize()
140 void FakeSetEhFrameSize(uint64_t size) { eh_frame_size_ = size; } in FakeSetEhFrameSize()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h114 uint64_t eh_frame_size() { return eh_frame_size_; } in eh_frame_size()
157 uint64_t eh_frame_size_ = 0; variable
/system/unwinding/libunwindstack/
DElfInterface.cpp102 if (!eh_frame_hdr->EhFrameInit(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_) || in InitHeaders()
112 if (!eh_frame_->Init(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_)) { in InitHeaders()
123 eh_frame_size_ = static_cast<uint64_t>(-1); in InitHeaders()
332 eh_frame_size_ = shdr.sh_size; in ReadSectionHeaders()