Home
last modified time | relevance | path

Searched refs:debug_frame_section_bias_ (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h92 int64_t debug_frame_section_bias() { return debug_frame_section_bias_; } in debug_frame_section_bias()
163 int64_t debug_frame_section_bias_ = 0; variable
/system/core/libunwindstack/
DElfInterface.cpp180 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_, debug_frame_section_bias_)) { in InitHeadersWithTemplate()
378 debug_frame_section_bias_ = static_cast<uint64_t>(shdr.sh_addr) - shdr.sh_offset; in ReadSectionHeaders()