Home | History | Annotate | Download | only in src

Lines Matching refs:AllSections

138                                                  SectionList &AllSections) {
144 AllSections.push_back(UserSection);
151 AllSections.push_back(RelSection);
168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) {
175 AllSections.push_back(NullSection);
178 RelTextSections, AllSections);
180 RelDataSections, AllSections);
184 AllSections.push_back(BSSSection);
187 RelRODataSections, AllSections);
191 AllSections.push_back(ShStrTab);
195 AllSections.push_back(SymTab);
199 AllSections.push_back(StrTab);
670 SectionList AllSections;
671 assignSectionNumbersInfo(AllSections);
693 for (const auto S : AllSections) {
704 AllSections.size());
707 AllSections.size());