Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h130 Elf32_Half e_shentsize; // Section header table entry size member
147 Elf64_Half e_shentsize; // Section header table entry size member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp107 elfSize_ = ehdr.e_shoff + ehdr.e_shentsize * ehdr.e_shnum; in ParseElfHeaders()
181 uint64_t shNdxOffset = offset + ehdr.e_shstrndx * ehdr.e_shentsize; in ParseSectionHeaders()
197 offset += ehdr.e_shentsize; in ParseSectionHeaders()
198 for (size_t i = 1; i < ehdr.e_shnum; i++, offset += ehdr.e_shentsize) { in ParseSectionHeaders()
H A Ddfx_elf.cpp1015 return static_cast<size_t>(ehdr->e_shoff + (ehdr->e_shentsize * ehdr->e_shnum)); in GetElfSize()
1018 return static_cast<size_t>(ehdr->e_shoff + (ehdr->e_shentsize * ehdr->e_shnum)); in GetElfSize()

Completed in 3 milliseconds