Lines Matching full:nest
587 struct coff_scope *scope, int type, int nest)
605 nest,
616 dps.nesting = nest;
640 struct coff_type *type, int nest)
713 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
729 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
736 walk_tree_symbol (sfile, 0, param, nest);
764 walk_tree_symbol (sfile, 0, member, nest + 1);
820 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1);
847 walk_tree_symbol (sfile, 0, member, nest + 1);
896 dump_tree_structure (sfile, symbol, type, nest)
900 int nest;
913 struct coff_type *type, int nest)
923 walk_tree_type_1 (sfile, symbol, type, nest);
930 BLOCK_TYPE_FUNCTION, nest);
933 BLOCK_TYPE_BLOCK, nest);
937 nest + 1, BLOCK_TYPE_BLOCK);
952 walk_tree_type_1 (sfile, symbol, type, nest);
959 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nest)
964 dsy.nesting = nest;
1169 walk_tree_type (sfile, symbol, symbol->type, nest);
1173 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type)
1181 wr_dps_start (sfile, section, scope, type, nest);
1183 if (nest == 0)
1184 wr_globals (tree, sfile, nest + 1);
1187 walk_tree_symbol (sfile, section, vars, nest);
1190 walk_tree_scope (section, sfile, child, nest + 1, BLOCK_TYPE_BLOCK);