Searched refs:MatchedLoIndex (Results 1 – 1 of 1) sorted by relevance
382 int32_t MatchedLoIndex = -1; in sortRelocs() local388 (MatchedLoIndex == -1 || // first match in sortRelocs()391 (MatchedLoIndex > J && isFreeLo(Asm, J, MipsRelocs)))) in sortRelocs()392 MatchedLoIndex = J; in sortRelocs()395 if (MatchedLoIndex != -1) in sortRelocs()397 setMatch(MipsRelocs[I], MipsRelocs[MatchedLoIndex]); in sortRelocs()