Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp488 SmallString<32> RelocName; in printRelocation() local
491 if (error(Reloc.getTypeName(RelocName))) in printRelocation()
522 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
534 OS << " " << RelocName in printRelocation()
DCOFFDumper.cpp809 SmallString<32> RelocName; in printRelocation() local
815 if (error(Reloc.getTypeName(RelocName))) in printRelocation()
824 W.printNumber("Type", RelocName, RelocType); in printRelocation()
829 << " " << RelocName in printRelocation()
DELFDumper.cpp669 SmallString<32> RelocName; in printRelocation() local
670 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
680 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation()
687 << " " << RelocName in printRelocation()