Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp118 uint64_t sh_offset = offset + ehdr.e_shstrndx * ehdr.e_shentsize; in ReadSectionHeaders() local
119 if (memory_->Read(sh_offset, &shdr, &shdr.sh_offset, sizeof(shdr.sh_offset)) in ReadSectionHeaders()
120 && memory_->Read(sh_offset, &shdr, &shdr.sh_size, sizeof(shdr.sh_size))) { in ReadSectionHeaders()
121 sec_offset = shdr.sh_offset; in ReadSectionHeaders()
141 if (memory_->Read(offset, &shdr, &shdr.sh_offset, sizeof(shdr.sh_offset)) in ReadSectionHeaders()
143 debug_frame_offset_ = shdr.sh_offset; in ReadSectionHeaders()
147 if (memory_->Read(offset, &shdr, &shdr.sh_offset, sizeof(shdr.sh_offset)) in ReadSectionHeaders()
149 gnu_debugdata_offset_ = shdr.sh_offset; in ReadSectionHeaders()