Lines Matching refs:SectionHeader
318 template <class SectionHeader>
319 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections()
323 for (const SectionHeader &sec : sectionHeaders) { in parseSections()
478 template <class SectionHeader>
479 static bool validateRelocationInfo(InputFile *file, const SectionHeader &sec, in validateRelocationInfo()
510 template <class SectionHeader>
511 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations()
512 const SectionHeader &sec, Section §ion) { in parseRelocations()
571 const SectionHeader &referentSecHead = in parseRelocations()
967 using SectionHeader = typename LP::section; in parse() typedef
996 ArrayRef<SectionHeader> sectionHeaders; in parse()
999 sectionHeaders = ArrayRef<SectionHeader>{ in parse()
1000 reinterpret_cast<const SectionHeader *>(c + 1), c->nsects}; in parse()