Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDCOFFDump.cpp342 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol()
360 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents()
374 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName()
387 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress()
595 std::vector<RelocationRef> &Rels, in getPDataSection()
702 const std::vector<RelocationRef> &Rels) { in printRuntimeFunctionRels()
753 std::vector<RelocationRef> Rels; in printCOFFUnwindInfo() local
HDllvm-objdump.cpp678 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-13-stable/contrib/llvm-project/llvm/lib/Object/
HDELFObjectFile.cpp850 uint32_t RelType, StringRef PltSec) { in getPltEntries()
HDELF.cpp411 std::vector<Elf_Rel> Rels; in decodeCrel() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.cpp1898 Expected<typename ELFFile<ELFT>::Elf_Rel_Range> Rels = in readSections() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3229 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