Searched refs:AllSections (Results 1 – 5 of 5) sorted by relevance
138 SectionList &AllSections) { in assignRelSectionNumInPairs() argument144 AllSections.push_back(UserSection); in assignRelSectionNumInPairs()151 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo() argument175 AllSections.push_back(NullSection); in assignSectionNumbersInfo()178 RelTextSections, AllSections); in assignSectionNumbersInfo()180 RelDataSections, AllSections); in assignSectionNumbersInfo()184 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()187 RelRODataSections, AllSections); in assignSectionNumbersInfo()191 AllSections.push_back(ShStrTab); in assignSectionNumbersInfo()[all …]
146 void assignSectionNumbersInfo(SectionList &AllSections);155 SectionList &AllSections);
44 AllSections("all", variable47 cl::aliasopt(AllSections));
106 AllSections, enumerator295 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()
1162 const unsigned AllSections = Asm.size(); in WriteObject() local1163 const unsigned NumIndexedSections = AllSections - NumUserAndRelocSections; in WriteObject()