Searched refs:RelocName (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 531 SmallString<32> RelocName; in printRelocation() local 532 Reloc.getTypeName(RelocName); in printRelocation() 562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation() 587 OS << " " << RelocName in printRelocation()
|
D | ELFDumper.cpp | 2458 SmallString<32> RelocName; in printRelocation() local 2468 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation() 2497 Fields[2].Str = RelocName; in printRelocation() 2965 SmallString<32> RelocName; in printDynamicRelocation() local 2975 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation() 2999 Fields[2].Str = RelocName.c_str(); in printDynamicRelocation() 3288 SmallString<32> RelocName; in printRelocation() local 3289 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 3304 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation() 3310 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printRelocation() [all …]
|
D | COFFDumper.cpp | 1183 SmallString<32> RelocName; in printRelocation() local 1185 Reloc.getTypeName(RelocName); in printRelocation() 1196 W.printNumber("Type", RelocName, RelocType); in printRelocation() 1201 << " " << RelocName in printRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 533 SmallString<32> RelocName; in printRelocation() local 534 Reloc.getTypeName(RelocName); in printRelocation() 564 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation() 589 OS << " " << RelocName in printRelocation()
|
D | ELFDumper.cpp | 2637 SmallString<32> RelocName; in printRelocation() local 2646 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation() 2676 Fields[2].Str = RelocName; in printRelocation() 3315 SmallString<32> RelocName; in printDynamicRelocation() local 3325 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation() 3349 Fields[2].Str = RelocName.c_str(); in printDynamicRelocation() 4098 SmallString<32> RelocName; in printRelocation() local 4099 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 4114 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation() 4120 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printRelocation() [all …]
|
D | COFFDumper.cpp | 1338 SmallString<32> RelocName; in printRelocation() local 1340 Reloc.getTypeName(RelocName); in printRelocation() 1351 W.printNumber("Type", RelocName, RelocType); in printRelocation() 1356 << " " << RelocName in printRelocation()
|