Searched refs:MatchingType (Results 1 – 2 of 2) sorted by relevance
172 unsigned MatchingType) { in isMatchingReloc() argument173 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc()435 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local436 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs()444 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()445 return isMatchingReloc(X, R, MatchingType); in sortRelocs()
180 unsigned MatchingType) { in isMatchingReloc() argument181 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc()477 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local478 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs()486 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs()487 return isMatchingReloc(X, R, MatchingType); in sortRelocs()