Searched refs:RelSection (Results 1 – 2 of 2) sorted by relevance
121 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>( in createRelocationSection() local123 RelSection->setRelatedSection(RelatedSection); in createRelocationSection()124 return RelSection; in createRelocationSection()139 ELFRelocationSection *RelSection = *RelIt; in assignRelSectionNumInPairs() local140 if (RelSection->getRelatedSection() == UserSection) { in assignRelSectionNumInPairs()141 RelSection->setInfoNum(UserSection->getNumber()); in assignRelSectionNumInPairs()142 RelSection->setNumber(CurSectionNumber++); in assignRelSectionNumInPairs()143 RelSection->setNameStrIndex(ShStrTab->getIndex(RelSection->getName())); in assignRelSectionNumInPairs()144 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()219 ELFRelocationSection *RelSection = nullptr; in writeFunctionCode() local[all …]
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()