Searched defs:Rels (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp175 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, argument
207 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, argument
192 getSectionContents(const COFFObjectFile *Obj, const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
219 printCOFFSymbolAddress(raw_ostream &Out, const std::vector<RelocationRef> &Rels, uint64_t Offset, uint32_t Disp) argument
447 getPDataSection(const COFFObjectFile *Obj, std::vector<RelocationRef> &Rels, const RuntimeFunction *&RFStart, int &NumRFs) argument
553 printRuntimeFunctionRels(const COFFObjectFile *Obj, const RuntimeFunction &RF, uint64_t SectionOffset, const std::vector<RelocationRef> &Rels) argument
559 printCOFFSymbolAddress(outs(), Rels, local
566 printCOFFSymbolAddress(outs(), Rels, local
573 printCOFFSymbolAddress(outs(), Rels, local
607 std::vector<RelocationRef> Rels; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2833 Elf_Rel_Range Rels = unwrapOrError(FileName, Obj->rels(PltRelSec)); local
2837 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj->relas(PltRelSec)); local

Completed in 178 milliseconds