Searched refs:RelSection (Results 1 – 4 of 4) sorted by relevance
127 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>( in createRelocationSection() local129 RelSection->setRelatedSection(RelatedSection); in createRelocationSection()130 return RelSection; in createRelocationSection()145 ELFRelocationSection *RelSection = *RelIt; in assignRelSectionNumInPairs() local146 if (RelSection->getRelatedSection() == UserSection) { in assignRelSectionNumInPairs()147 RelSection->setInfoNum(UserSection->getNumber()); in assignRelSectionNumInPairs()148 RelSection->setNumber(CurSectionNumber++); in assignRelSectionNumInPairs()149 RelSection->setNameStrIndex(ShStrTab->getIndex(RelSection->getName())); in assignRelSectionNumInPairs()150 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()225 ELFRelocationSection *RelSection = nullptr; in writeFunctionCode() local[all …]
1247 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local1261 if (RelSection) in writeObject()1262 Members.push_back(RelSection); in writeObject()1266 if (RelSection) { in writeObject()1267 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1268 Relocations.push_back(RelSection); in writeObject()1293 for (MCSectionELF *RelSection : Relocations) { in writeObject()1294 align(RelSection->getAlignment()); in writeObject()1299 writeRelocations(Asm, *RelSection->getAssociatedSection()); in writeObject()1302 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1107 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local1121 if (RelSection) in writeObject()1122 Members.push_back(RelSection); in writeObject()1126 if (RelSection) { in writeObject()1127 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1128 Relocations.push_back(RelSection); in writeObject()1176 for (MCSectionELF *RelSection : Relocations) { in writeObject()1177 align(RelSection->getAlignment()); in writeObject()1183 cast<MCSectionELF>(*RelSection->getAssociatedSection())); in writeObject()1186 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1111 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local1125 if (RelSection) in writeObject()1126 Members.push_back(RelSection); in writeObject()1130 if (RelSection) { in writeObject()1131 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1132 Relocations.push_back(RelSection); in writeObject()1180 for (MCSectionELF *RelSection : Relocations) { in writeObject()1181 align(RelSection->getAlignment()); in writeObject()1187 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()1190 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()