Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfFake.h130 void FakeSetDebugFrameSize(uint64_t size) { debug_frame_size_ = size; } in FakeSetDebugFrameSize()
141 void FakeSetDebugFrameSize(uint64_t size) { debug_frame_size_ = size; } in FakeSetDebugFrameSize()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h93 uint64_t debug_frame_size() { return debug_frame_size_; } in debug_frame_size()
164 uint64_t debug_frame_size_ = 0; variable
/system/core/libunwindstack/
DElfInterface.cpp180 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_, debug_frame_section_bias_)) { in InitHeadersWithTemplate()
183 debug_frame_size_ = static_cast<uint64_t>(-1); in InitHeadersWithTemplate()
377 debug_frame_size_ = shdr.sh_size; in ReadSectionHeaders()