Searched refs:RelocName (Results 1 – 6 of 6) sorted by relevance
352 SmallString<32> RelocName; in printDynamicRelocations() local354 Reloc.getTypeName(RelocName); in printDynamicRelocations()358 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()
2702 SmallString<32> RelocName; in printRelocations() local2706 Reloc.getTypeName(RelocName); in printRelocations()2712 << 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()
758 StringRef RelocName);761 StringRef RelocName);788 StringRef RelocName) override;3825 SmallString<32> RelocName; in printRelRelaReloc() local3826 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()3827 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()7201 StringRef RelocName) { in printExpandedRelRelaReloc() argument7204 W.printNumber("Type", RelocName, R.Type); in printExpandedRelRelaReloc()7213 StringRef RelocName) { in printDefaultRelRelaReloc() argument7215 OS << W.hex(R.Offset) << " " << RelocName << " " in printDefaultRelRelaReloc()[all …]
1586 SmallString<32> RelocName; in printRelocation() local1588 Reloc.getTypeName(RelocName); in printRelocation()1603 W.printNumber("Type", RelocName, RelocType); in printRelocation()1609 << " " << RelocName in printRelocation()
469 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local481 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " in printRelocation()