Searched refs:MatchingType (Results 1 – 1 of 1) sorted by relevance
146 static bool isMatchingReloc(unsigned MatchingType, const ELFRelocationEntry &R, in isMatchingReloc() argument148 return X.Type == MatchingType && X.Symbol == R.Symbol && X.Addend == R.Addend; in isMatchingReloc()406 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local409 isMatchingReloc(MatchingType, R, std::next(I)->R)) in sortRelocs()421 if (R1.Type == MatchingType && R.Symbol == R1.Symbol && in sortRelocs()