Home | History | Annotate | Download | only in config

Lines Matching refs:frag

694   /* If this is negative, it's a special-purpose frag as per the defines above. */
1099 /* We do it this way because we want the frag to have the
1262 rx_handle_align (fragS * frag)
1264 /* If handling an alignment frag, use an optimal NOP pattern.
1267 if ((frag->fr_type == rs_align
1268 || frag->fr_type == rs_align_code)
1271 int count = (frag->fr_next->fr_address
1272 - frag->fr_address
1273 - frag->fr_fix);
1274 unsigned char *base = (unsigned char *)frag->fr_literal + frag->fr_fix;
1282 frag->fr_var = 2;
1287 frag->fr_var = count;
1293 && (frag->fr_type == rs_align
1294 || frag->fr_type == rs_align_code)
1295 && frag->fr_address + frag->fr_fix > 0
1296 && frag->fr_offset > 0
1299 fix_new (frag, frag->fr_fix, 0,
1300 &abs_symbol, RX_RELAXA_ALIGN + frag->fr_offset,
1305 fix_new (frag->fr_next, 0, 0,
1306 &abs_symbol, RX_RELAXA_ELIGN + frag->fr_offset,
1326 md_convert frag to update the bytes. The relaxation types and
1471 tprintf ("\033[32m est frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d\033[0m\n",
1486 /* Given a frag FRAGP, return the "next" frag that contains an
1516 tprintf ("\033[36mrelax frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d str %ld\033[0m\n",
1745 tprintf ("\033[31mconvrt frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d\033[0m\n",
1786 /* We used a new frag for this opcode, so the opcode address should
1787 be the frag address. */
2125 as_bad (_("bad frag at %p : fix %ld addr %ld %ld \n"), fragP,
2171 rx_cons_fix_new (fragS * frag,
2204 fix_new_exp (frag, where, (int) size, exp, 0, type);