Searched refs:lo_pos (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c12061 fixS **hi_pos, **lo_pos, **pos;
12083 lo_pos = NULL;
12094 && (lo_pos == NULL
12095 || (*pos)->fx_offset < (*lo_pos)->fx_offset
12097 && (*pos)->fx_offset == (*lo_pos)->fx_offset)))
12098 lo_pos = pos;
12112 if (lo_pos != NULL)
12114 l->fixp->fx_offset = (*lo_pos)->fx_offset;
12115 if (l->fixp->fx_next != *lo_pos)
12118 l->fixp->fx_next = *lo_pos;
12050 fixS **hi_pos, **lo_pos, **pos; local
[all...]

Completed in 158 milliseconds