Searched refs:continued (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dsym.h277 unsigned continued : 1; /* indicates additional TQ info in next AUX */ member in struct:__anon589
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp276 int continued = 0; local
279 if (continued)
286 continued = 1;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c80 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
97 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_LITTLE);
137 | (intern->continued ? TIR_BITS1_CONTINUED_BIG : 0)
154 | (intern->continued ? TIR_BITS1_CONTINUED_LITTLE : 0)
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.cpp2501 void do_input_trap(int continued) argument
2504 if (continued)
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c1060 u.ti.continued,
H A Dmips-tfile.c94 b) continued: a bit that says the next aux. entry is a
2050 aux.ti.continued = 0;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c1734 /* mips cc 2.x and gcc never put out continued aux entries. */
1735 if (!t->continued)
1743 if (t->continued)
1744 complaint (&symfile_complaints, "illegal TIR continued for %s", sym_name);
3216 of a continued stab can show up here. The question is
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c119 b) continued: a bit that says the next aux. entry is a
1872 aux.ti.continued = 0;
2715 /* FIXME: We could handle this by setting the continued bit.

Completed in 265 milliseconds