Home | History | Annotate | Download | only in config

Lines Matching refs:pf

2051 		  fixS **pf;
2054 for (pf = &seginfo->fix_root;
2055 *pf != l->fixp;
2056 pf = & (*pf)->fx_next)
2057 gas_assert (*pf != NULL);
2059 *pf = l->fixp->fx_next;