Lines Matching refs:frchp
388 chain_frchains_together_1 (segT section, struct frchain *frchp)
393 for (; frchp; frchp = frchp->frch_next)
395 prev_frag->fr_next = frchp->frch_root;
396 prev_frag = frchp->frch_last;
398 if (frchp->fix_root != (fixS *) NULL)
401 seg_info (section)->fix_root = frchp->fix_root;
402 prev_fix->fx_next = frchp->fix_root;
403 seg_info (section)->fix_tail = frchp->fix_tail;
404 prev_fix = frchp->fix_tail;