Home
last modified time | relevance | path

Searched refs:nest (Results 1 – 25 of 34) sorted by relevance

12

/toolchain/binutils/binutils-2.27/bfd/
Dstabs.c298 int nest; in _bfd_link_section_stabs() local
306 nest = 0; in _bfd_link_section_stabs()
321 if (nest == 0) in _bfd_link_section_stabs()
323 --nest; in _bfd_link_section_stabs()
326 ++nest; in _bfd_link_section_stabs()
327 else if (nest == 0) in _bfd_link_section_stabs()
414 nest = 0; in _bfd_link_section_stabs()
425 if (nest == 0) in _bfd_link_section_stabs()
431 --nest; in _bfd_link_section_stabs()
434 ++nest; in _bfd_link_section_stabs()
[all …]
Dpdp11.c4317 int nest; in aout_link_write_symbols() local
4322 nest = 0; in aout_link_write_symbols()
4330 if (nest == 0) in aout_link_write_symbols()
4332 --nest; in aout_link_write_symbols()
4335 ++nest; in aout_link_write_symbols()
4336 else if (nest == 0) in aout_link_write_symbols()
4388 nest = 0; in aout_link_write_symbols()
4398 if (nest == 0) in aout_link_write_symbols()
4403 --nest; in aout_link_write_symbols()
4406 ++nest; in aout_link_write_symbols()
[all …]
Daoutx.h5114 int nest; in aout_link_write_symbols() local
5119 nest = 0; in aout_link_write_symbols()
5127 if (nest == 0) in aout_link_write_symbols()
5129 --nest; in aout_link_write_symbols()
5132 ++nest; in aout_link_write_symbols()
5133 else if (nest == 0) in aout_link_write_symbols()
5186 nest = 0; in aout_link_write_symbols()
5196 if (nest == 0) in aout_link_write_symbols()
5201 --nest; in aout_link_write_symbols()
5204 ++nest; in aout_link_write_symbols()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dsrconv.c589 struct coff_scope *scope, int type, int nest) in wr_dps_start() argument
607 nest, in wr_dps_start()
618 dps.nesting = nest; in wr_dps_start()
642 struct coff_type *type, int nest) in walk_tree_type_1() argument
715 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); in walk_tree_type_1()
731 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1); in walk_tree_type_1()
738 walk_tree_symbol (sfile, 0, param, nest); in walk_tree_type_1()
766 walk_tree_symbol (sfile, 0, member, nest + 1); in walk_tree_type_1()
822 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
849 walk_tree_symbol (sfile, 0, member, nest + 1); in walk_tree_type_1()
[all …]
Dstabs.c1282 int nest = 0; in parse_stab_type() local
1287 ++nest; in parse_stab_type()
1289 --nest; in parse_stab_type()
1290 else if (*q2 == ':' && nest == 0) in parse_stab_type()
DChangeLog-2015847 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
/toolchain/binutils/binutils-2.27/gas/
Dcond.c543 cond_finish_check (int nest) in cond_finish_check() argument
545 if (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_finish_check()
547 if (nest >= 0) in cond_finish_check()
566 cond_exit_macro (int nest) in cond_exit_macro() argument
568 while (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_exit_macro()
Dmacro.c286 int nest = 0; in getstring() local
288 while ((in->ptr[idx] != '>' || nest) in getstring()
299 nest--; in getstring()
301 nest++; in getstring()
/toolchain/binutils/binutils-2.27/gold/po/
Dzh_CN.po1583 msgid "May not nest groups"
1587 msgid "may not nest groups in libraries"
1596 msgid "may not nest libraries"
1600 msgid "may not nest libraries in groups"
Dgold.pot1560 msgid "May not nest groups"
1564 msgid "may not nest groups in libraries"
1572 msgid "may not nest libraries"
1576 msgid "may not nest libraries in groups"
Did.po917 msgid "May not nest groups"
918 msgstr "Mungkin bukan grups nest"
Dfi.po1558 msgid "May not nest groups"
1562 msgid "may not nest groups in libraries"
1570 msgid "may not nest libraries"
1574 msgid "may not nest libraries in groups"
Dfr.po1555 msgid "May not nest groups"
1559 msgid "may not nest groups in libraries"
1567 msgid "may not nest libraries"
1571 msgid "may not nest libraries in groups"
Dit.po1069 msgid "May not nest groups"
Des.po1068 msgid "May not nest groups"
Dvi.po1079 msgid "May not nest groups"
/toolchain/binutils/binutils-2.27/ld/po/
Did.po2004 msgid "%P%F: may not nest groups (--help for usage)\n"
2005 msgstr "%P%F: mungkin bukan nest grup (--help untuk penggunaan)\n"
Dsv.po1666 msgid "%P%F: may not nest groups (--help for usage)\n"
Dtr.po1835 msgid "%P%F: may not nest groups (--help for usage)\n"
Dga.po1858 msgid "%P%F: may not nest groups (--help for usage)\n"
Dda.po2375 #~ msgid "%P%F: may not nest groups (--help for usage)\n"
Des.po2286 #~ msgid "%P%F: may not nest groups (--help for usage)\n"
Dvi.po2272 #~ msgid "%P%F: may not nest groups (--help for usage)\n"
/toolchain/binutils/binutils-2.27/
Dconfigure.ac2801 # Do not nest @if/@endif pairs, because configure will not warn you at all.
/toolchain/binutils/binutils-2.27/gas/doc/
Das.texinfo2736 This means you may not nest these comments.
2744 /* This sort of comment does not nest. */

12