Searched refs:RelocName (Results 1 – 4 of 4) sorted by relevance
531 SmallString<32> RelocName; in printRelocation() local532 Reloc.getTypeName(RelocName); in printRelocation()562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()587 OS << " " << RelocName in printRelocation()
2695 SmallString<32> RelocName; in printRelocation() local2704 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation()2734 Fields[2].Str = RelocName; in printRelocation()3377 SmallString<32> RelocName; in printDynamicRelocation() local3387 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()3411 Fields[2].Str = RelocName.c_str(); in printDynamicRelocation()4250 SmallString<32> RelocName; in printRelocation() local4251 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()4272 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printRelocation()4460 SmallString<32> RelocName; in printDynamicRelocation() local[all …]
1364 SmallString<32> RelocName; in printRelocation() local1366 Reloc.getTypeName(RelocName); in printRelocation()1379 W.printNumber("Type", RelocName, RelocType); in printRelocation()1385 << " " << RelocName in printRelocation()
1884 SmallString<32> RelocName; in printRelocations() local1888 Reloc.getTypeName(RelocName); in printRelocations()1890 outs() << format(Fmt.data(), Address) << " " << RelocName << " " in printRelocations()1919 SmallString<32> RelocName; in printDynamicRelocations() local1921 Reloc.getTypeName(RelocName); in printDynamicRelocations()1923 outs() << format(Fmt.data(), Address) << " " << RelocName << " " in printDynamicRelocations()