Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp531 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()
DELFDumper.cpp2458 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 …]
DCOFFDumper.cpp1183 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/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp539 SmallString<32> RelocName; in printRelocation() local
540 Reloc.getTypeName(RelocName); in printRelocation()
569 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
594 OS << " " << RelocName in printRelocation()
DCOFFDumper.cpp1419 SmallString<32> RelocName; in printRelocation() local
1421 Reloc.getTypeName(RelocName); in printRelocation()
1436 W.printNumber("Type", RelocName, RelocType); in printRelocation()
1442 << " " << RelocName in printRelocation()
DELFDumper.cpp3718 SmallString<32> RelocName; in printRelRelaReloc() local
3719 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
3720 Fields[2].Str = RelocName.c_str(); in printRelRelaReloc()
6407 SmallString<32> RelocName; in printRelRelaReloc() local
6408 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
6414 W.printNumber("Type", RelocName, R.Type); in printRelRelaReloc()
6419 OS << W.hex(R.Offset) << " " << RelocName << " " in printRelRelaReloc()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2275 SmallString<32> RelocName; in printRelocations() local
2279 Reloc.getTypeName(RelocName); in printRelocations()
2284 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations()
2312 SmallString<32> RelocName; in printDynamicRelocations() local
2314 Reloc.getTypeName(RelocName); in printDynamicRelocations()
2317 outs() << format(Fmt.data(), Address) << " " << RelocName << " " in printDynamicRelocations()