Home
last modified time | relevance | path

Searched refs:RelocName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp352 SmallString<32> RelocName; in printDynamicRelocations() local
354 Reloc.getTypeName(RelocName); in printDynamicRelocations()
358 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()
H A Dllvm-objdump.cpp2702 SmallString<32> RelocName; in printRelocations() local
2706 Reloc.getTypeName(RelocName); in printRelocations()
2712 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp554 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 DELFDumper.cpp758 StringRef RelocName);
761 StringRef RelocName);
788 StringRef RelocName) override;
3825 SmallString<32> RelocName; in printRelRelaReloc() local
3826 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
3827 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()
7201 StringRef RelocName) { in printExpandedRelRelaReloc() argument
7204 W.printNumber("Type", RelocName, R.Type); in printExpandedRelRelaReloc()
7213 StringRef RelocName) { in printDefaultRelRelaReloc() argument
7215 OS << W.hex(R.Offset) << " " << RelocName << " " in printDefaultRelRelaReloc()
[all …]
H A DCOFFDumper.cpp1586 SmallString<32> RelocName; in printRelocation() local
1588 Reloc.getTypeName(RelocName); in printRelocation()
1603 W.printNumber("Type", RelocName, RelocType); in printRelocation()
1609 << " " << RelocName in printRelocation()
H A DXCOFFDumper.cpp469 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local
481 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " in printRelocation()