Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp342 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 Dllvm-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/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp850 uint32_t RelType, StringRef PltSec) { in getPltEntries()
H A DELF.cpp411 std::vector<Elf_Rel> Rels; in decodeCrel() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1898 Expected<typename ELFFile<ELFT>::Elf_Rel_Range> Rels = in readSections() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.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