Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.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
H A Dllvm-objdump.cpp562 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
601 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
671 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
724 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
747 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
801 printInst(MCInstPrinter & IP,const MCInst * MI,ArrayRef<uint8_t> Bytes,object::SectionedAddress Address,formatted_raw_ostream & OS,StringRef Annot,MCSubtargetInfo const & STI,SourcePrinter * SP,StringRef ObjectFilename,std::vector<RelocationRef> * Rels,LiveVariablePrinter & LVP) printInst() argument
1802 std::vector<RelocationRef> Rels = RelocMap[Section]; disassembleObject() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp758 __anon914d9e960102(iterator_range<relocation_iterator> Rels, uint32_t RelType, StringRef PltSec) getPltEntries() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1858 Expected<typename ELFFile<ELFT>::Elf_Rel_Range> Rels = readSections() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3253 Elf_Rel_Range Rels = unwrapOrError(FileName, Obj.rels(*PltRelSec)); getPltSym() local
3257 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj.relas(*PltRelSec)); getPltSym() local