Home
last modified time | relevance | path

Searched refs:sh_size (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h180 Elf32_Word sh_size; // Section size in bytes member
193 Elf64_Xword sh_size; // Section size in bytes member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp187 secSize = shdr.sh_size; in ParseSectionHeaders()
212 if (shdr.sh_size != 0 && secName == GNU_DEBUGDATA) { in ParseSectionHeaders()
215 minidebugInfo_->size = static_cast<uintptr_t>(shdr.sh_size); in ParseSectionHeaders()
221 shdrInfo.size = static_cast<uint64_t>(shdr.sh_size); in ParseSectionHeaders()
235 elfShdr.size = static_cast<uint64_t>(shdr.sh_size); in ParseSectionHeaders()

Completed in 2 milliseconds