Lines Matching defs:RelocSec
970 auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec);
980 } else if (RelocSec && !(Sec.Flags & SHF_ALLOC))
987 RelocSections.push_back(RelocSec);
991 for (RelocationSectionBase *RelocSec : RelocSections) {
992 auto Iter = RenamedSections.find(RelocSec->getSection());
994 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str();
1007 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) {
1015 const SectionBase *TargetSec = RelocSec->getSection();
1022 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str();
1024 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix +