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.cpp97 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function
176 return getRelocationValueString(ELF32LE, Rel, Result); in getELFRelocationValueString()
178 return getRelocationValueString(ELF64LE, Rel, Result); in getELFRelocationValueString()
180 return getRelocationValueString(ELF32BE, Rel, Result); in getELFRelocationValueString()
182 return getRelocationValueString(ELF64BE, Rel, Result); in getELFRelocationValueString()
H A Dllvm-objdump.cpp540 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function
646 if (Error E = getRelocationValueString(Rel, SymbolDescription, Val)) in printRelocation()
2521 if (Error E = getRelocationValueString(*RelCur, false, Val)) { in disassembleObject()
2779 getRelocationValueString(Reloc, SymbolDescription, ValueStr)) in printRelocations()