Searched defs:Rels (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 335 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 D | llvm-objdump.cpp | 508 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 D | elf2yaml.cpp | 1110 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 D | ELFObject.cpp | 1839 Expected<typename ELFFile<ELFT>::Elf_Rel_Range> Rels = in readSections() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3014 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
|