Home | History | Annotate | Download | only in gas

Lines Matching refs:frag

52  * Change the subsegment we are in, BUT DO NOT MAKE A NEW FRAG for the
138 * frag_now -> incomplete frag for current subsegment.
139 * If frag_now==NULL, then there is no old, incomplete frag, so
140 * the old frag is not closed off.
280 fragS *frag;
287 for (frag = chain->frch_root; frag; frag = frag->fr_next)
288 if (frag->fr_fix)
303 fprintf (file, "frag chains:\n");