Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DELFDump.cpp56 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function
134 return getRelocationValueString(ELF32LE, Rel, Result); in getELFRelocationValueString()
136 return getRelocationValueString(ELF64LE, Rel, Result); in getELFRelocationValueString()
138 return getRelocationValueString(ELF32BE, Rel, Result); in getELFRelocationValueString()
140 return getRelocationValueString(ELF64BE, Rel, Result); in getELFRelocationValueString()
H A Dllvm-objdump.cpp382 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function
464 if (Error E = getRelocationValueString(Rel, Val)) in printRelocation()
1958 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printRelocations()
1999 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printDynamicRelocations()