Lines Matching refs:frag
1019 mn10300_cons_fix_new (fragS *frag, int off, int size, expressionS *exp,
1076 fix_new_exp (frag, off, size, &fixup.exp, 0, fixup.reloc);
1871 so that it can be stored in the frag. We do not have
1882 /* We want to anchor the line info to the previous frag (if
2161 /* Label this frag as one that contains instructions. */
2282 /* Returns true iff the symbol attached to the frag is at a known location
2562 fragS * frag;
2584 for (frag = left_frag; frag != NULL; frag = frag->fr_next)
2586 if (frag->tc_frag_data)
2588 if (frag == right_frag)
2592 if (frag == NULL)
2593 for (frag = right_frag; frag != NULL; frag = frag->fr_next)
2595 if (frag->tc_frag_data)
2597 if (frag == left_frag)
2601 if (frag == NULL)
2613 mn10300_handle_align (fragS *frag)
2616 && (frag->fr_type == rs_align
2617 || frag->fr_type == rs_align_code)
2618 && frag->fr_address + frag->fr_fix > 0
2619 && frag->fr_offset > 1
2627 value. The size is set to 0 because the frag may already be aligned,
2628 thus causing cvt_frag_to_fill to reduce the size of the frag to zero. */
2629 fix_new (frag, frag->fr_fix, 0, & abs_symbol, frag->fr_offset, FALSE,