Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp568 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString()
570 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString()
572 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
574 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
872 return getRelocationValueString(ELF, Rel, Result); in getRelocationValueString()
874 return getRelocationValueString(COFF, Rel, Result); in getRelocationValueString()
876 return getRelocationValueString(Wasm, Rel, Result); in getRelocationValueString()
878 return getRelocationValueString(MachO, Rel, Result); in getRelocationValueString()
1085 error(getRelocationValueString(*RelCur, Val)); in printInst()
1889 error(getRelocationValueString(Reloc, ValueStr)); in printRelocations()
[all …]