HomeSort by: relevance | last modified time | path
    Searched refs:getRelocationValueString (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 56 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj,
134 return getRelocationValueString(ELF32LE, Rel, Result);
136 return getRelocationValueString(ELF64LE, Rel, Result);
138 return getRelocationValueString(ELF32BE, Rel, Result);
140 return getRelocationValueString(ELF64BE, Rel, Result);
llvm-objdump.cpp 378 static Error getRelocationValueString(const RelocationRef &Rel,
455 if (Error E = getRelocationValueString(Rel, Val))
1680 if (Error E = getRelocationValueString(Reloc, ValueStr))
1714 if (Error E = getRelocationValueString(Reloc, ValueStr))

Completed in 31 milliseconds