Searched refs:AllSections (Results 1 – 3 of 3) sorted by relevance
131 SectionList &AllSections) { in assignRelSectionNumInPairs() argument137 AllSections.push_back(UserSection); in assignRelSectionNumInPairs()144 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()161 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo() argument168 AllSections.push_back(NullSection); in assignSectionNumbersInfo()171 RelTextSections, AllSections); in assignSectionNumbersInfo()173 RelDataSections, AllSections); in assignSectionNumbersInfo()177 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()180 RelRODataSections, AllSections); in assignSectionNumbersInfo()184 AllSections.push_back(ShStrTab); in assignSectionNumbersInfo()[all …]
146 void assignSectionNumbersInfo(SectionList &AllSections);155 SectionList &AllSections);
107 AllSections, enumerator296 return ELFWriter(*this, OS, IsLittleEndian, ELFWriter::AllSections) in writeObject()