Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DCOFFDumper.cpp1495 SmallString<32> RelocName; in printRelocation() local
1497 Reloc.getTypeName(RelocName); in printRelocation()
1512 W.printNumber("Type", RelocName, RelocType); in printRelocation()
1518 << " " << RelocName in printRelocation()
H A DXCOFFDumper.cpp464 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local
475 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " << SymbolName in printRelocation()
H A DELFDumper.cpp3535 SmallString<32> RelocName; in printRelRelaReloc() local
3536 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
3537 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()
6658 SmallString<32> RelocName; in printRelRelaReloc() local
6659 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
6664 W.printNumber("Type", RelocName, R.Type); in printRelRelaReloc()
6670 OS << W.hex(R.Offset) << " " << RelocName << " " in printRelRelaReloc()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2187 SmallString<32> RelocName; in printRelocations() local
2191 Reloc.getTypeName(RelocName); in printRelocations()
2196 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
2230 SmallString<32> RelocName; in printDynamicRelocations() local
2232 Reloc.getTypeName(RelocName); in printDynamicRelocations()
2236 << left_justify(RelocName, TypePadding) << ' ' << ValueStr << '\n'; in printDynamicRelocations()