Lines Matching refs:SectionHeader
340 template <class SectionHeader>
341 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections()
345 for (const SectionHeader &sec : sectionHeaders) { in parseSections()
500 template <class SectionHeader>
501 static bool validateRelocationInfo(InputFile *file, const SectionHeader &sec, in validateRelocationInfo()
532 template <class SectionHeader>
533 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations()
534 const SectionHeader &sec, Section §ion) { in parseRelocations()
593 const SectionHeader &referentSecHead = in parseRelocations()
989 using SectionHeader = typename LP::section; in parse() typedef
1007 ArrayRef<SectionHeader> sectionHeaders; in parse()
1010 sectionHeaders = ArrayRef<SectionHeader>{ in parse()
1011 reinterpret_cast<const SectionHeader *>(c + 1), c->nsects}; in parse()