Home | History | Annotate | Download | only in config

Lines Matching defs:fragp

1738   fragS *fragp;
1761 fragp = seg_info (sec)->frchainP->frch_root;
1763 while (fragp->fr_next != last)
1764 fragp = fragp->fr_next;
1766 fragp->fr_offset += new_size - size;
1810 fragp = seg_info (sec)->frchainP->frch_root;
1811 while (fragp && fragp->fr_fix == 0)
1812 fragp = fragp->fr_next;
1813 gas_assert (fragp != 0 && fragp->fr_fix >= 12);
1816 p = fragp->fr_literal;