Home
last modified time | relevance | path

Searched refs:ParseStrTab (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h89 bool ParseStrTab(std::string& nameStr, const uint64_t offset, const uint64_t size);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp188 if (!ParseStrTab(sectionNames_, secOffset, secSize)) { in ParseSectionHeaders()
406 bool ElfParser::ParseStrTab(std::string& nameStr, const uint64_t offset, const uint64_t size) in ParseStrTab() function in OHOS::HiviewDFX::ElfParser