Searched refs:getRelocationValueString (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 90 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function 165 return getRelocationValueString(ELF32LE, Rel, Result); in getELFRelocationValueString() 167 return getRelocationValueString(ELF64LE, Rel, Result); in getELFRelocationValueString() 169 return getRelocationValueString(ELF32BE, Rel, Result); in getELFRelocationValueString() 171 return getRelocationValueString(ELF64BE, Rel, Result); in getELFRelocationValueString()
|
| H A D | llvm-objdump.cpp | 425 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function 531 if (Error E = getRelocationValueString(Rel, SymbolDescription, Val)) in printRelocation() 2305 if (Error E = getRelocationValueString(*RelCur, false, Val)) { in disassembleObject() 2560 getRelocationValueString(Reloc, SymbolDescription, ValueStr)) in printRelocations()
|