Lines Matching refs:RelocName
2458 SmallString<32> RelocName;
2468 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName);
2497 Fields[2].Str = RelocName;
2965 SmallString<32> RelocName;
2975 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName);
2999 Fields[2].Str = RelocName.c_str();
3288 SmallString<32> RelocName;
3289 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName);
3304 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL()));
3310 OS << W.hex(Rel.r_offset) << " " << RelocName << " "
3489 SmallString<32> RelocName;
3490 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName);
3499 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL()));
3504 OS << W.hex(Rel.r_offset) << " " << RelocName << " "