Searched refs:RelocSection (Results 1 – 4 of 4) sorted by relevance
420 class RelocSection : public SyntheticSection {422 RelocSection(StringRef name, OutputSection *sec)
883 void RelocSection::writeBody() { in writeBody()
198 addSection(make<RelocSection>(name, sec)); in createRelocSections()
8112 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend() local8114 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend()8120 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()8134 if (RelocSection == *SymSection) { in findUnwindRelocNameAddend()8143 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()