Searched refs:RelocName (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 347 SmallString<32> RelocName; in printDynamicRelocations() local 349 Reloc.getTypeName(RelocName); in printDynamicRelocations() 353 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()
|
| H A D | llvm-objdump.cpp | 2554 SmallString<32> RelocName; in printRelocations() local 2558 Reloc.getTypeName(RelocName); in printRelocations() 2564 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 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()
|
| H A D | ELFDumper.cpp | 747 StringRef RelocName); 750 StringRef RelocName); 3839 SmallString<32> RelocName; in printRelRelaReloc() local 3840 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 3841 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc() 7048 W.printNumber("Type", RelocName, R.Type); in printExpandedRelRelaReloc() 7059 OS << W.hex(R.Offset) << " " << RelocName << " " in printDefaultRelRelaReloc() 7084 SmallString<32> RelocName; in printRelRelaReloc() local 7085 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 7088 printExpandedRelRelaReloc(R, SymbolName, RelocName); in printRelRelaReloc() [all …]
|
| H A D | COFFDumper.cpp | 1583 SmallString<32> RelocName; in printRelocation() local 1585 Reloc.getTypeName(RelocName); in printRelocation() 1600 W.printNumber("Type", RelocName, RelocType); in printRelocation() 1606 << " " << RelocName in printRelocation()
|
| H A D | XCOFFDumper.cpp | 465 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local 476 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " << SymbolName in printRelocation()
|