Searched refs:getRelocationValueString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 487 static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function 619 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString() function 623 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString() 625 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString() 627 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString() 629 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString() 632 static std::error_code getRelocationValueString(const COFFObjectFile *Obj, in getRelocationValueString() function 719 static std::error_code getRelocationValueString(const MachOObjectFile *Obj, in getRelocationValueString() function 897 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function 901 return getRelocationValueString(ELF, Rel, Result); in getRelocationValueString() [all …]
|