Lines Matching refs:SectionHeader
300 template <class SectionHeader>
301 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections()
305 for (const SectionHeader &sec : sectionHeaders) { in parseSections()
609 template <class SectionHeader>
610 static bool validateRelocationInfo(InputFile *file, const SectionHeader &sec, in validateRelocationInfo()
641 template <class SectionHeader>
642 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations()
643 const SectionHeader &sec, Section §ion) { in parseRelocations()
703 const SectionHeader &referentSecHead = in parseRelocations()
1064 using SectionHeader = typename LP::section; in parse() typedef
1090 ArrayRef<SectionHeader> sectionHeaders; in parse()
1093 sectionHeaders = ArrayRef<SectionHeader>{ in parse()
1094 reinterpret_cast<const SectionHeader *>(c + 1), c->nsects}; in parse()