Searched refs:RelSection (Results 1 – 1 of 1) sorted by relevance
1103 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local1117 if (RelSection) in writeObject()1118 Members.push_back(RelSection); in writeObject()1122 if (RelSection) { in writeObject()1123 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1124 Relocations.push_back(RelSection); in writeObject()1170 for (MCSectionELF *RelSection : Relocations) { in writeObject()1172 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject()1175 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()1178 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()