Lines Matching defs:IsMips64EL
194 Relocation(const typename ELFT::Rel &R, bool IsMips64EL)
195 : Type(R.getType(IsMips64EL)), Symbol(R.getSymbol(IsMips64EL)),
198 Relocation(const typename ELFT::Rela &R, bool IsMips64EL)
199 : Relocation((const typename ELFT::Rel &)R, IsMips64EL) {
4930 const bool IsMips64EL = this->Obj.isMips64EL();
4963 printDynamicReloc(Relocation<ELFT>(Rela, IsMips64EL));
4970 printDynamicReloc(Relocation<ELFT>(Rel, IsMips64EL));
4978 printDynamicReloc(Relocation<ELFT>(Rel, IsMips64EL));
4986 printDynamicReloc(Relocation<ELFT>(Rela, IsMips64EL));
4993 printDynamicReloc(Relocation<ELFT>(Rel, IsMips64EL));
6448 const bool IsMips64EL = this->Obj.isMips64EL();
6453 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec, SymTab);
6461 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec, SymTab);
6479 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec,
6498 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec, SymTab);