Home
last modified time | relevance | path

Searched refs:RelocSection (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.h420 class RelocSection : public SyntheticSection {
422 RelocSection(StringRef name, OutputSection *sec)
H A DSyntheticSections.cpp883 void RelocSection::writeBody() { in writeBody()
H A DWriter.cpp198 addSection(make<RelocSection>(name, sec)); in createRelocSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8112 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend() local
8114 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()