Searched refs:MatchingType (Results 1 – 1 of 1) sorted by relevance
181 unsigned MatchingType) { in isMatchingReloc() argument182 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc()488 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local489 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs()497 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()498 return isMatchingReloc(X, R, MatchingType); in sortRelocs()