Searched refs:next_fragp (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score7.c6353 fragS *next_fragp;
6403 next_fragp = fragp->fr_next;
6404 while ((next_fragp) && (next_fragp->fr_type != rs_machine_dependent))
6406 next_fragp = next_fragp->fr_next;
6409 if (next_fragp)
6414 if (next_fragp->fr_opcode)
6416 n_insn_size = s7_RELAX_NEW (next_fragp->fr_subtype);
6420 n_insn_size = s7_RELAX_OLD (next_fragp
6345 fragS *next_fragp; local
[all...]
H A Dtc-xtensa.c4804 const fragS *next_fragp = fragp->fr_next;
4812 while (next_fragp->fr_fix == 0)
4813 next_fragp = next_fragp->fr_next;
4815 if (next_fragp->fr_type != rs_machine_dependent)
4822 if (next_fragp->tc_frag_data.slot_subtypes[0] > RELAX_IMMED)
4796 const fragS *next_fragp = fragp->fr_next; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score7.c6354 fragS *next_fragp;
6404 next_fragp = fragp->fr_next;
6405 while ((next_fragp) && (next_fragp->fr_type != rs_machine_dependent))
6407 next_fragp = next_fragp->fr_next;
6410 if (next_fragp)
6415 if (next_fragp->fr_opcode)
6417 n_insn_size = s7_RELAX_NEW (next_fragp->fr_subtype);
6421 n_insn_size = s7_RELAX_OLD (next_fragp
6346 fragS *next_fragp; local
[all...]
H A Dtc-xtensa.c4804 const fragS *next_fragp = fragp->fr_next;
4812 while (next_fragp->fr_fix == 0)
4813 next_fragp = next_fragp->fr_next;
4815 if (next_fragp->fr_type != rs_machine_dependent)
4822 if (next_fragp->tc_frag_data.slot_subtypes[0] > RELAX_IMMED)
4796 const fragS *next_fragp = fragp->fr_next; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score7.c6353 fragS *next_fragp;
6403 next_fragp = fragp->fr_next;
6404 while ((next_fragp) && (next_fragp->fr_type != rs_machine_dependent))
6406 next_fragp = next_fragp->fr_next;
6409 if (next_fragp)
6414 if (next_fragp->fr_opcode)
6416 n_insn_size = s7_RELAX_NEW (next_fragp->fr_subtype);
6420 n_insn_size = s7_RELAX_OLD (next_fragp
6345 fragS *next_fragp; local
[all...]
H A Dtc-xtensa.c4804 const fragS *next_fragp = fragp->fr_next;
4812 while (next_fragp->fr_fix == 0)
4813 next_fragp = next_fragp->fr_next;
4815 if (next_fragp->fr_type != rs_machine_dependent)
4822 if (next_fragp->tc_frag_data.slot_subtypes[0] > RELAX_IMMED)
4796 const fragS *next_fragp = fragp->fr_next; local

Completed in 487 milliseconds