Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfFake.h128 void FakeSetEhFrameSize(uint64_t size) { eh_frame_size_ = size; } in FakeSetEhFrameSize()
139 void FakeSetEhFrameSize(uint64_t size) { eh_frame_size_ = size; } in FakeSetEhFrameSize()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h90 uint64_t eh_frame_size() { return eh_frame_size_; } in eh_frame_size()
160 uint64_t eh_frame_size_ = 0; variable
/system/core/libunwindstack/
DElfInterface.cpp154 if (!eh_frame_hdr->EhFrameInit(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_) || in InitHeadersWithTemplate()
164 if (!eh_frame_->Init(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_)) { in InitHeadersWithTemplate()
175 eh_frame_size_ = static_cast<uint64_t>(-1); in InitHeadersWithTemplate()
385 eh_frame_size_ = shdr.sh_size; in ReadSectionHeaders()