Searched refs:SectionList (Results 1 – 6 of 6) sorted by relevance
109 using SectionList = std::vector<ELFSection *>; variable146 void assignSectionNumbersInfo(SectionList &AllSections);155 SectionList &AllSections);
131 SectionList &AllSections) { in assignRelSectionNumInPairs()161 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo()319 for (auto &SectionList : VarsBySection) in writeDataSection() local320 SectionList.reserve(Vars.size()); in writeDataSection()323 for (auto &SectionList : VarsBySection) { in writeDataSection() local324 writeDataOfType(static_cast<SectionType>(I++), SectionList, RelocationKind, in writeDataSection()644 SectionList AllSections; in writeNonUserSections()
801 using SectionList = std::vector<SymbolSection>; typedef845 [](SectionList &CurrentSections, in NormalizedTBD_V4()941 auto handleSymbols = [File](const SectionList &CurrentSections, in denormalize()988 SectionList Exports;989 SectionList Reexports;990 SectionList Undefineds;
254 typedef SmallVector<SectionEntry, 64> SectionList; typedef255 SectionList Sections;
655 using SectionList = std::vector<std::unique_ptr<Section>>;711 using section_iterator = pointee_iterator<SectionList::iterator>;712 using const_section_iterator = pointee_iterator<SectionList::const_iterator>;1014 SectionList Sections;
661 using SectionList = SmallVector<const char*, 1>; variable662 SectionList Sections;