Searched refs:getRelocationValueString (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 56 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 D | llvm-objdump.cpp | 397 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function 484 if (Error E = getRelocationValueString(Rel, Val)) in printRelocation() 2192 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printRelocations() 2233 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printDynamicRelocations()
|