Lines Matching refs:nest
550 struct coff_scope *scope, int type, int nest)
568 nest,
579 dps.nesting = nest;
603 struct coff_type *type, int nest)
676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
699 walk_tree_symbol (sfile, 0, param, nest);
727 walk_tree_symbol (sfile, 0, member, nest + 1);
783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1);
810 walk_tree_symbol (sfile, 0, member, nest + 1);
859 dump_tree_structure (sfile, symbol, type, nest)
863 int nest;
876 struct coff_type *type, int nest)
887 walk_tree_type_1 (sfile, symbol, type, nest);
894 BLOCK_TYPE_FUNCTION, nest);
897 BLOCK_TYPE_BLOCK, nest);
901 nest + 1, BLOCK_TYPE_BLOCK);
912 walk_tree_type_1 (sfile, symbol, type, nest);
919 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nest)
924 dsy.nesting = nest;
1129 walk_tree_type (sfile, symbol, symbol->type, nest);
1133 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type)
1141 wr_dps_start (sfile, section, scope, type, nest);
1143 if (nest == 0)
1144 wr_globals (tree, sfile, nest + 1);
1147 walk_tree_symbol (sfile, section, vars, nest);
1150 walk_tree_scope (section, sfile, child, nest + 1, BLOCK_TYPE_BLOCK);