HomeSort by: relevance | last modified time | path
    Searched defs:frag_then (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 545 fragS * frag_then = frag_now; local
569 frag_then = frag_now;
577 frag_then->fr_opcode = bytes;
578 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
579 frag_then->fr_subtype = olen;
580 frag_then->fr_var = 0;
585 frag_then = frag_now;
596 f = fix_new (frag_then,
597 (char *) bytes - frag_then->fr_literal
    [all...]
tc-rx.c 743 fragS * frag_then;
749 frag_then = frag_now;
757 frag_then->fr_opcode = bytes;
758 frag_then->fr_subtype = 0;
759 fetchalign_bytes = frag_then->tc_frag_data;
1130 fragS * frag_then = frag_now;
1146 frag_then = frag_now;
1154 frag_then->fr_opcode = bytes;
1155 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1156 frag_then->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post
742 fragS * frag_then; local
1129 fragS * frag_then = frag_now; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 545 fragS * frag_then = frag_now; local
569 frag_then = frag_now;
577 frag_then->fr_opcode = bytes;
578 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
579 frag_then->fr_subtype = olen;
580 frag_then->fr_var = 0;
585 frag_then = frag_now;
596 f = fix_new (frag_then,
597 (char *) bytes - frag_then->fr_literal
    [all...]
tc-rx.c 743 fragS * frag_then;
749 frag_then = frag_now;
757 frag_then->fr_opcode = bytes;
758 frag_then->fr_subtype = 0;
759 fetchalign_bytes = frag_then->tc_frag_data;
1130 fragS * frag_then = frag_now;
1146 frag_then = frag_now;
1154 frag_then->fr_opcode = bytes;
1155 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1156 frag_then->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post
742 fragS * frag_then; local
1129 fragS * frag_then = frag_now; local
    [all...]

Completed in 24 milliseconds