Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp180 uint64_t secSize = 0; in ParseSectionHeaders() local
187 secSize = shdr.sh_size; in ParseSectionHeaders()
188 if (!ParseStrTab(sectionNames_, secOffset, secSize)) { in ParseSectionHeaders()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp620 uint64_t secSize = std::stoull(strVec[4], nullptr, base); in ParseSectionHeaders() local
629 shdrInfo.size = secSize; in ParseSectionHeaders()
643 elfShdr.size = secSize; in ParseSectionHeaders()

Completed in 3 milliseconds