Searched defs:Rels (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 342 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() argument 360 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents() argument 374 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() argument 387 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress() argument 595 std::vector<RelocationRef> &Rels, in getPDataSection() argument 702 printRuntimeFunctionRels(const COFFObjectFile * Obj,const RuntimeFunction & RF,uint64_t SectionOffset,const std::vector<RelocationRef> & Rels) printRuntimeFunctionRels() argument 753 std::vector<RelocationRef> Rels; printCOFFUnwindInfo() local [all...] |
H A D | llvm-objdump.cpp | 678 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 717 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 787 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 840 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 863 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 917 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 955 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst() 1936 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 850 uint32_t RelType, StringRef PltSec) { in getPltEntries()
|
H A D | ELF.cpp | 411 std::vector<Elf_Rel> Rels; in decodeCrel() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1898 Expected<typename ELFFile<ELFT>::Elf_Rel_Range> Rels = in readSections() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3229 Elf_Rel_Range Rels = unwrapOrError(FileName, Obj.rels(*PltRelSec)); in getPltSym() local 3233 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj.relas(*PltRelSec)); in getPltSym() local
|