Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp378 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function
455 if (Error E = getRelocationValueString(Rel, Val)) in printRelocation()
1680 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printRelocations()
1714 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printDynamicRelocations()