Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfFake.h117 void FakeSetDebugFrameSize(uint64_t size) { debug_frame_size_ = size; } in FakeSetDebugFrameSize()
128 void FakeSetDebugFrameSize(uint64_t size) { debug_frame_size_ = size; } in FakeSetDebugFrameSize()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h87 uint64_t debug_frame_size() { return debug_frame_size_; } in debug_frame_size()
151 uint64_t debug_frame_size_ = 0; variable
/system/core/libunwindstack/
DElfInterface.cpp153 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_, load_bias)) { in InitHeadersWithTemplate()
156 debug_frame_size_ = static_cast<uint64_t>(-1); in InitHeadersWithTemplate()
342 size_ptr = &debug_frame_size_; in ReadSectionHeaders()