Home
last modified time | relevance | path

Searched refs:ParseSectionHeaders (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h80 bool ParseSectionHeaders(ElfFileType fileType);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h74 bool ParseSectionHeaders(const EhdrType& ehdr);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp80 if (!ParseSectionHeaders<EhdrType, ShdrType>(ehdr)) { in ParseAllHeaders()
172 bool ElfParser::ParseSectionHeaders(const EhdrType& ehdr) in ParseSectionHeaders() function in OHOS::HiviewDFX::ElfParser
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp151 if (!ParseSectionHeaders(fileType)) { in ParseAllHeaders()
581 bool ElfImitate::ParseSectionHeaders(ElfFileType fileType) in ParseSectionHeaders() function in OHOS::HiviewDFX::ElfImitate