Home | History | Annotate | Download | only in MC

Lines Matching refs:Sections

246     /// \param NumRegularSections - Number of non-relocation sections.
268 // Create the sections that show up in the symbol table. Currently
269 // those are the .note.GNU-stack section and the group sections.
285 std::vector<const MCSectionELF*> &Sections);
767 // only handle section relocations to mergeable sections if using RELA.
848 Fixup.getLoc(), "Cannot represent a difference across sections");
1492 // Add sections to the groups
1663 std::vector<const MCSectionELF*> Sections;
1664 Sections.resize(NumSections - 1);
1669 Sections[p.second - 1] = p.first;
1680 const MCSectionELF &Section = *Sections[i];
1698 std::vector<const MCSectionELF*> &Sections) {
1704 Sections.push_back(&Section);
1714 Sections.push_back(&Section);
1723 Sections.push_back(&Section);
1764 std::vector<const MCSectionELF*> Sections;
1765 ComputeSectionOrder(Asm, Sections);
1766 unsigned NumSections = Sections.size();
1769 const MCSectionELF &Section = *Sections[i];
1790 const MCSectionELF &Section = *Sections[i];
1805 // ... then the regular sections ...
1808 WriteDataSectionData(Asm, Layout, *Sections[i]);
1817 // ... and then the remaining sections ...
1819 WriteDataSectionData(Asm, Layout, *Sections[i]);