Lines Matching defs:fp
3625 fragS *fp = NULL;
3665 fp = *fpp;
3667 if (fp->fr_type != rs_machine_dependent
3668 || fp->fr_subtype != STATE_GREG_UNDF)
3673 if ((offsetT) S_GET_VALUE (fp->fr_symbol) == osymval
3674 && symbol_get_frag (fp->fr_symbol) == osymfrag)
3680 *fpp = fp->fr_next;
3681 fp->fr_next = fragP->fr_next;
3682 fragP->fr_next = fp;
3688 fragP->tc_frag_data = fp;