Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp219 shdrInfo.entSize = static_cast<uint64_t>(shdr.sh_entsize); in ParseSectionHeaders()
238 elfShdr.entSize = static_cast<uint64_t>(shdr.sh_entsize); in ParseSectionHeaders()
320 uint32_t count = static_cast<uint32_t>((shdr.entSize != 0) ? (shdr.size / shdr.entSize) : 0); in ParseElfSymbols()
322 uintptr_t offset = static_cast<uintptr_t>(shdr.offset + idx * shdr.entSize); in ParseElfSymbols()
367 … uint32_t count = static_cast<uint32_t>((shdr.entSize != 0) ? (shdr.size / shdr.entSize) : 0); in ParseElfSymbolByAddr()
369 uintptr_t offset = static_cast<uintptr_t>(shdr.offset + idx * shdr.entSize); in ParseElfSymbolByAddr()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h69 uint64_t entSize = 0; // Entry size if section holds table member
74 uint64_t entSize = 0; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp647 elfShdr.entSize = secEntSize; in ParseSectionHeaders()