Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DMachODumper.cpp342 SmallString<32> RelocName; in printRelocation() local
345 if (error(RelI->getTypeName(RelocName))) return; in printRelocation()
364 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
376 OS << " " << RelocName in printRelocation()
DELFDumper.cpp576 SmallString<32> RelocName; in printRelocation() local
577 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
587 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation()
593 << " " << RelocName in printRelocation()
DCOFFDumper.cpp761 SmallString<32> RelocName; in printRelocation() local
766 if (error(RelI->getTypeName(RelocName))) return; in printRelocation()
774 W.printNumber("Type", RelocName, RelocType); in printRelocation()
779 << " " << RelocName in printRelocation()