Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h113 int64_t eh_frame_section_bias() { return eh_frame_section_bias_; } in eh_frame_section_bias()
156 int64_t eh_frame_section_bias_ = 0; variable
/system/unwinding/libunwindstack/
DElfInterface.cpp102 if (!eh_frame_hdr->EhFrameInit(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_) || in InitHeaders()
112 if (!eh_frame_->Init(eh_frame_offset_, eh_frame_size_, eh_frame_section_bias_)) { in InitHeaders()
122 eh_frame_section_bias_ = 0; in InitHeaders()
331 eh_frame_section_bias_ = static_cast<uint64_t>(shdr.sh_addr) - shdr.sh_offset; in ReadSectionHeaders()