Home | History | Annotate | Download | only in MC

Lines Matching refs:RelSection

1087     MCSectionELF *RelSection = createRelocationSection(Ctx, Section);
1101 if (RelSection)
1102 Members.push_back(RelSection);
1106 if (RelSection) {
1107 SectionIndexMap[RelSection] = addToSectionTable(RelSection);
1108 Relocations.push_back(RelSection);
1154 for (MCSectionELF *RelSection : Relocations) {
1155 align(RelSection->getAlignment());
1161 cast<MCSectionELF>(*RelSection->getAssociatedSection()));
1164 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd);