Searched refs:ParseProgramHeaders (Results 1 – 4 of 4) sorted by relevance
79 bool ParseProgramHeaders(ElfFileType fileType);
72 bool ParseProgramHeaders(const EhdrType& ehdr);
75 if (!ParseProgramHeaders<EhdrType, PhdrType>(ehdr)) { in ParseAllHeaders()113 bool ElfParser::ParseProgramHeaders(const EhdrType& ehdr) in ParseProgramHeaders() function in OHOS::HiviewDFX::ElfParser
146 if (!ParseProgramHeaders(fileType)) { in ParseAllHeaders()525 bool ElfImitate::ParseProgramHeaders(ElfFileType fileType) in ParseProgramHeaders() function in OHOS::HiviewDFX::ElfImitate