Searched refs:RelSection (Results 1 – 1 of 1) sorted by relevance
1130 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local1144 if (RelSection) in writeObject()1145 Members.push_back(RelSection); in writeObject()1149 if (RelSection) { in writeObject()1150 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1151 Relocations.push_back(RelSection); in writeObject()1189 for (MCSectionELF *RelSection : Relocations) { in writeObject()1191 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject()1194 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()1197 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()