Searched refs:RelSection (Results 1 – 1 of 1) sorted by relevance
1042 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local1060 if (RelSection) { in writeObject()1061 RelSection->setOrdinal(addToSectionTable(RelSection)); in writeObject()1062 Relocations.push_back(RelSection); in writeObject()1068 if (RelSection) in writeObject()1069 Members.second.push_back(RelSection->getOrdinal()); in writeObject()1099 for (MCSectionELF *RelSection : Relocations) { in writeObject()1101 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject()1103 writeRelocations(cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()1106 RelSection->setOffsets(SecStart, SecEnd); in writeObject()