Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h110 int64_t eh_frame_hdr_section_bias() { return eh_frame_hdr_section_bias_; } in eh_frame_hdr_section_bias()
152 int64_t eh_frame_hdr_section_bias_ = 0; variable
/system/unwinding/libunwindstack/
DElfInterface.cpp103 !eh_frame_->Init(eh_frame_hdr_offset_, eh_frame_hdr_size_, eh_frame_hdr_section_bias_)) { in InitHeaders()
119 eh_frame_hdr_section_bias_ = 0; in InitHeaders()
204 eh_frame_hdr_section_bias_ = static_cast<uint64_t>(phdr.p_vaddr) - phdr.p_offset; in ReadProgramHeaders()
335 eh_frame_hdr_section_bias_ = static_cast<uint64_t>(shdr.sh_addr) - shdr.sh_offset; in ReadSectionHeaders()