Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h116 int64_t debug_frame_section_bias() { return debug_frame_section_bias_; } in debug_frame_section_bias()
160 int64_t debug_frame_section_bias_ = 0; variable
/system/unwinding/libunwindstack/
DElfInterface.cpp128 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_, debug_frame_section_bias_)) { in InitHeaders()
325 debug_frame_section_bias_ = static_cast<uint64_t>(shdr.sh_addr) - shdr.sh_offset; in ReadSectionHeaders()