Home | History | Annotate | Download | only in MC

Lines Matching refs:RelSection

1247     MCSectionELF *RelSection = createRelocationSection(Ctx, Section);
1261 if (RelSection)
1262 Members.push_back(RelSection);
1266 if (RelSection) {
1267 SectionIndexMap[RelSection] = addToSectionTable(RelSection);
1268 Relocations.push_back(RelSection);
1293 for (MCSectionELF *RelSection : Relocations) {
1294 align(RelSection->getAlignment());
1299 writeRelocations(Asm, *RelSection->getAssociatedSection());
1302 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd);