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