Searched refs:RelocName (Results 1 – 7 of 7) sorted by relevance
359 SmallString<16> RelocName; in processRelocations() local360 Relocation.getTypeName(RelocName); in processRelocations()371 << " " << RelocName << " " << *TargetSymbol << "\n";); in processRelocations()
368 SmallString<32> RelocName; in printDynamicRelocations() local370 Reloc.getTypeName(RelocName); in printDynamicRelocations()374 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()
2773 SmallString<32> RelocName; in printRelocations() local2777 Reloc.getTypeName(RelocName); in printRelocations()2783 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
554 SmallString<32> RelocName; in printRelocation() local 555 Reloc.getTypeName(RelocName); in printRelocation() 581 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation() 606 OS << " " << RelocName in printRelocation()
759 StringRef RelocName);762 StringRef RelocName);789 StringRef RelocName) override;3890 SmallString<32> RelocName; in printRelRelaReloc() local3891 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()3892 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()7316 StringRef RelocName) { in printExpandedRelRelaReloc() argument7319 W.printNumber("Type", RelocName, R.Type); in printExpandedRelRelaReloc()7328 StringRef RelocName) { in printDefaultRelRelaReloc() argument7330 OS << W.hex(R.Offset) << " " << RelocName << " " in printDefaultRelRelaReloc()[all …]
1632 SmallString<32> RelocName; in printRelocation() local1634 Reloc.getTypeName(RelocName); in printRelocation()1649 W.printNumber("Type", RelocName, RelocType); in printRelocation()1655 << " " << RelocName in printRelocation()
469 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local481 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " in printRelocation()