Lines Matching refs:getRelocationValueString
482 static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function
564 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString() function
568 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()
577 static std::error_code getRelocationValueString(const COFFObjectFile *Obj, in getRelocationValueString() function
668 static std::error_code getRelocationValueString(const WasmObjectFile *Obj, in getRelocationValueString() function
692 static std::error_code getRelocationValueString(const MachOObjectFile *Obj, in getRelocationValueString() function
868 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function
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()
1858 error(getRelocationValueString(*RelCur, Val)); in disassembleObject()
1889 error(getRelocationValueString(Reloc, ValueStr)); in printRelocations()
1922 error(getRelocationValueString(Reloc, ValueStr)); in printDynamicRelocations()