Home | History | Annotate | Download | only in src

Lines Matching refs:RelSection

128   ELFRelocationSection *RelSection = createSection<ELFRelocationSection>(
130 RelSection->setRelatedSection(RelatedSection);
131 return RelSection;
146 ELFRelocationSection *RelSection = *RelIt;
147 if (RelSection->getRelatedSection() == UserSection) {
148 RelSection->setInfoNum(UserSection->getNumber());
149 RelSection->setNumber(CurSectionNumber++);
150 RelSection->setNameStrIndex(ShStrTab->getIndex(RelSection->getName()));
151 AllSections.push_back(RelSection);
226 ELFRelocationSection *RelSection = nullptr;
239 RelSection = createRelocationSection(Section);
240 RelTextSections.push_back(RelSection);
243 RelSection = RelTextSections[0];
266 if (!RelSection->isRela()) {
273 RelSection->addRelocations(OffsetInSection, Asm->fixups(), SymTab);
353 ELFRelocationSection *RelSection;
370 RelSection = createRelocationSection(Section);
371 RelRODataSections.push_back(RelSection);
381 RelSection = createRelocationSection(Section);
382 RelDataSections.push_back(RelSection);
445 RelSection->addRelocation(NewFixup);
446 Section->appendRelocationOffset(Str, RelSection->isRela(),
595 ELFRelocationSection *RelSection;
605 RelSection = createRelocationSection(Section);
606 RelRODataSections.push_back(RelSection);
622 RelSection->addRelocation(NewFixup);
623 Section->appendRelocationOffset(Str, RelSection->isRela(), TargetOffset);