Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp542 SmallString<32> RelocName; in printRelocation() local
543 Reloc.getTypeName(RelocName); in printRelocation()
572 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
597 OS << " " << RelocName in printRelocation()
H A DCOFFDumper.cpp1437 SmallString<32> RelocName; in printRelocation() local
1439 Reloc.getTypeName(RelocName); in printRelocation()
1454 W.printNumber("Type", RelocName, RelocType); in printRelocation()
1460 << " " << RelocName in printRelocation()
H A DELFDumper.cpp3432 SmallString<32> RelocName; in printRelRelaReloc() local
3433 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
3434 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()
6362 SmallString<32> RelocName; in printRelRelaReloc() local
6363 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
6368 W.printNumber("Type", RelocName, R.Type); in printRelRelaReloc()
6374 OS << W.hex(R.Offset) << " " << RelocName << " " in printRelRelaReloc()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1756 SmallString<32> RelocName; in printRelocations() local
1760 Reloc.getTypeName(RelocName); in printRelocations()
1765 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
1792 SmallString<32> RelocName; in printDynamicRelocations() local
1794 Reloc.getTypeName(RelocName); in printDynamicRelocations()
1797 outs() << format(Fmt.data(), Address) << " " << RelocName << " " in printDynamicRelocations()