Home
last modified time | relevance | path

Searched refs:nfrag (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c362 int nfrag; /* Number of frags we have to produce. */ member
433 for (z = 0; z < the_ins.nfrag; z++) in insop()
471 the_ins.fragb[the_ins.nfrag].fragoff = the_ins.numo; in add_frag()
472 the_ins.fragb[the_ins.nfrag].fadd = add; in add_frag()
473 the_ins.fragb[the_ins.nfrag].foff = off; in add_frag()
474 the_ins.fragb[the_ins.nfrag++].fragty = type; in add_frag()
4401 if (the_ins.nfrag == 0) in md_assemble()
4459 for (n = 1; n < the_ins.nfrag; n++) in md_assemble()
4469 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble()
4514 gas_assert (the_ins.nfrag >= 1); in md_assemble()
[all …]