Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h86 int64_t eh_frame_hdr_section_bias() { return eh_frame_hdr_section_bias_; } in eh_frame_hdr_section_bias()
155 int64_t eh_frame_hdr_section_bias_ = 0; variable
/system/core/libunwindstack/
DElfInterface.cpp155 !eh_frame_->Init(eh_frame_hdr_offset_, eh_frame_hdr_size_, eh_frame_hdr_section_bias_)) { in InitHeadersWithTemplate()
171 eh_frame_hdr_section_bias_ = 0; in InitHeadersWithTemplate()
256 eh_frame_hdr_section_bias_ = static_cast<uint64_t>(phdr.p_vaddr) - phdr.p_offset; in ReadProgramHeaders()
388 eh_frame_hdr_section_bias_ = static_cast<uint64_t>(shdr.sh_addr) - shdr.sh_offset; in ReadSectionHeaders()