Searched refs:HiPos (Results 1 – 1 of 1) sorted by relevance
285 RelLsIter LoPos = RelocLs.end(), HiPos = *U; in sortRelocs() local289 if ((R->Reloc.Type == ELF::R_MIPS_LO16) && HasSameSymbol(*HiPos, *R) && in sortRelocs()290 (CompareOffset(*R, *HiPos) >= 0) && in sortRelocs()302 HiPos->Offset = LoPos->Offset; in sortRelocs()303 RelocLs.insert(LoPos, *HiPos); in sortRelocs()304 RelocLs.erase(HiPos); in sortRelocs()