Home
last modified time | relevance | path

Searched defs:Rels (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp335 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol()
353 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents()
367 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName()
380 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress()
585 std::vector<RelocationRef> &Rels, in getPDataSection()
692 const std::vector<RelocationRef> &Rels) { in printRuntimeFunctionRels()
743 std::vector<RelocationRef> Rels; in printCOFFUnwindInfo() local
H A Dllvm-objdump.cpp508 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
555 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
625 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
677 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
700 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
754 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
1524 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1110 auto Rels = Obj.rels(*Shdr); in dumpRelocSection() local
1120 auto Rels = Obj.relas(*Shdr); in dumpRelocSection() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1839 Expected<typename ELFFile<ELFT>::Elf_Rel_Range> Rels = in readSections() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3014 Elf_Rel_Range Rels = unwrapOrError(FileName, Obj.rels(*PltRelSec)); in getPltSym() local
3018 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj.relas(*PltRelSec)); in getPltSym() local