Searched refs:RelocName (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 531 SmallString<32> RelocName; in printRelocation() local 532 Reloc.getTypeName(RelocName); in printRelocation() 561 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation() 586 OS << " " << RelocName in printRelocation()
|
D | ELFDumper.cpp | 1165 SmallString<32> RelocName; in printDynamicRelocations() local 1166 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocations() 1174 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printDynamicRelocations() 1180 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printDynamicRelocations() 1214 SmallString<32> RelocName; in printRelocation() local 1215 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 1233 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation() 1239 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printRelocation()
|
D | COFFDumper.cpp | 830 SmallString<32> RelocName; in printRelocation() local 832 Reloc.getTypeName(RelocName); in printRelocation() 843 W.printNumber("Type", RelocName, RelocType); in printRelocation() 848 << " " << RelocName in printRelocation()
|