Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h125 Elf32_Off e_shoff; // Section header table file offset member
142 Elf64_Off e_shoff; // Section header table file offset 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()
174 uint64_t offset = ehdr.e_shoff; 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