Home | History | Annotate | Download | only in config

Lines Matching refs:fr_subtype

744   frag_then->fr_subtype = 0;
1112 frag_then->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops;
1332 fr_subtype. When we're done relaxing, we use fr_subtype and the
1462 compute the total size in rx_relax_frag and store it in fr_subtype,
1475 fragP->fr_literal, fragP->fr_opcode, fragP->fr_type, fragP->fr_subtype);
1480 delta = (fragP->fr_subtype - opfixsize);
1500 fr_subtype. The return value is the difference between the size
1502 fr_subtype to calculate the difference. */
1510 int oldsize = fragP->fr_subtype;
1520 fragP->fr_literal, fragP->fr_opcode, fragP->fr_type, fragP->fr_subtype, stretch);
1534 next_size = n->fr_subtype;
1537 fragP->fr_subtype = (8-(mypc & 7)) & 7;
1538 tprintf("subtype %u\n", fragP->fr_subtype);
1539 if (fragP->fr_subtype >= next_size)
1540 fragP->fr_subtype = 0;
1543 next_size, fragP->fr_subtype, oldsize, fragP->fr_subtype-oldsize);
1545 newsize = fragP->fr_subtype;
1593 fragP->fr_subtype = newsize;
1714 fragP->fr_subtype = newsize;
1750 fragP->fr_subtype);
1765 int count = fragP->fr_subtype;
1818 switch (OPCODE (rx_opcode_type (fragP->fr_opcode), fragP->fr_subtype))
2006 int nbytes = fragP->fr_subtype - fragP->tc_frag_data->relax[ri].val_ofs;
2117 fragP->fr_fix = fragP->fr_subtype + (fragP->fr_opcode - fragP->fr_literal);
2119 fragP->fr_subtype, fragP->fr_opcode, fragP->fr_literal);