Searched refs:RelocSection (Results 1 – 4 of 4) sorted by relevance
419 class RelocSection : public SyntheticSection {421 RelocSection(StringRef name, OutputSection *sec)
883 void RelocSection::writeBody() { in writeBody()
197 addSection(make<RelocSection>(name, sec)); in createRelocSections()
7851 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend() local7853 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend()7859 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()7873 if (RelocSection == *SymSection) { in findUnwindRelocNameAddend()7882 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()