Lines Matching refs:RelocName
2695 SmallString<32> RelocName; in printRelocation() local
2704 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation()
2734 Fields[2].Str = RelocName; in printRelocation()
3377 SmallString<32> RelocName; in printDynamicRelocation() local
3387 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
3411 Fields[2].Str = RelocName.c_str(); in printDynamicRelocation()
4250 SmallString<32> RelocName; in printRelocation() local
4251 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
4266 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation()
4272 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printRelocation()
4460 SmallString<32> RelocName; in printDynamicRelocation() local
4461 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
4470 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printDynamicRelocation()
4475 OS << W.hex(Rel.r_offset) << " " << RelocName << " " in printDynamicRelocation()