Home
last modified time | relevance | path

Searched refs:getRelocationValueString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp90 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function
169 return getRelocationValueString(ELF32LE, Rel, Result); in getELFRelocationValueString()
171 return getRelocationValueString(ELF64LE, Rel, Result); in getELFRelocationValueString()
173 return getRelocationValueString(ELF32BE, Rel, Result); in getELFRelocationValueString()
175 return getRelocationValueString(ELF64BE, Rel, Result); in getELFRelocationValueString()
H A Dllvm-objdump.cpp541 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function
647 if (Error E = getRelocationValueString(Rel, SymbolDescription, Val)) in printRelocation()
2443 if (Error E = getRelocationValueString(*RelCur, false, Val)) { in disassembleObject()
2708 getRelocationValueString(Reloc, SymbolDescription, ValueStr)) in printRelocations()