Searched refs:MatchedLoIndex (Results 1 – 1 of 1) sorted by relevance
360 int32_t MatchedLoIndex = -1; in sortRelocs() local366 (MatchedLoIndex == -1 || // first match in sortRelocs()369 (MatchedLoIndex > J && isFreeLo(Asm, J, MipsRelocs)))) in sortRelocs()370 MatchedLoIndex = J; in sortRelocs()373 if (MatchedLoIndex != -1) in sortRelocs()375 setMatch(MipsRelocs[I], MipsRelocs[MatchedLoIndex]); in sortRelocs()