Searched refs:RelocName (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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 | COFFDumper.cpp | 1495 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 D | XCOFFDumper.cpp | 464 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation() local 475 OS << W.hex(Reloc.VirtualAddress) << " " << RelocName << " " << SymbolName in printRelocation()
|
| H A D | ELFDumper.cpp | 3535 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 D | llvm-objdump.cpp | 2187 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()
|