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