Home | History | Annotate | Download | only in gas

Lines Matching refs:fx_next

208 	fixP->fx_next = *seg_fix_rootP;
210 if (fixP->fx_next == NULL)
215 fixP->fx_next = NULL;
217 (*seg_fix_tailP)->fx_next = fixP;
402 prev_fix->fx_next = frchp->fix_root;
638 fixp = fixp->fx_next;
772 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
914 for (; fixP; fixP = fixP->fx_next)
932 for (; fixP; fixP = fixP->fx_next)
1208 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
1237 for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next)