Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h79 bool ParseProgramHeaders(ElfFileType fileType);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h72 bool ParseProgramHeaders(const EhdrType& ehdr);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp75 if (!ParseProgramHeaders<EhdrType, PhdrType>(ehdr)) { in ParseAllHeaders()
113 bool ElfParser::ParseProgramHeaders(const EhdrType& ehdr) in ParseProgramHeaders() function in OHOS::HiviewDFX::ElfParser
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp146 if (!ParseProgramHeaders(fileType)) { in ParseAllHeaders()
525 bool ElfImitate::ParseProgramHeaders(ElfFileType fileType) in ParseProgramHeaders() function in OHOS::HiviewDFX::ElfImitate