Lines Matching refs:lo_pos
14724 fixS **hi_pos, **lo_pos, **pos; in mips_frob_file() local
14748 lo_pos = NULL; in mips_frob_file()
14760 && (lo_pos == NULL in mips_frob_file()
14761 || (*pos)->fx_offset < (*lo_pos)->fx_offset in mips_frob_file()
14763 && (*pos)->fx_offset == (*lo_pos)->fx_offset))) in mips_frob_file()
14764 lo_pos = pos; in mips_frob_file()
14778 if (lo_pos != NULL) in mips_frob_file()
14780 l->fixp->fx_offset = (*lo_pos)->fx_offset; in mips_frob_file()
14781 if (l->fixp->fx_next != *lo_pos) in mips_frob_file()
14784 l->fixp->fx_next = *lo_pos; in mips_frob_file()
14785 *lo_pos = l->fixp; in mips_frob_file()