Searched refs:context_stack_depth (Results 1 – 7 of 7) sorted by relevance
783 context_stack_depth = 0; in start_symtab()826 if (context_stack_depth > 0) in end_symtab()833 if (context_stack_depth > 0) in end_symtab()842 context_stack_depth = 0; in end_symtab()1051 if (context_stack_depth == context_stack_size) in push_context()1059 new = &context_stack[context_stack_depth++]; in push_context()1079 gdb_assert (context_stack_depth > 0); in pop_context()1080 return (&context_stack[--context_stack_depth]); in pop_context()
165 EXTERN int context_stack_depth; variable172 #define outermost_context_p() (context_stack_depth == 0)
979 if (context_stack_depth <= 0) in coff_symtab_read()990 if (context_stack_depth > 0 || new == NULL) in coff_symtab_read()1054 if (context_stack_depth <= 0) in coff_symtab_read()1070 if (local_symbols && context_stack_depth > 0) in coff_symtab_read()
2703 if (context_stack_depth <= 0) in process_one_symbol()2776 if (context_stack_depth <= 0) in process_one_symbol()2815 if (context_stack_depth in process_one_symbol()3100 if (context_stack_depth > 1) in process_one_symbol()3107 if (context_stack_depth > 0) in process_one_symbol()
1283 if (context_stack_depth <= 0) in read_xcoff_symtab()1291 if (context_stack_depth > 0 || new == NULL) in read_xcoff_symtab()1376 if (context_stack_depth <= 0) in read_xcoff_symtab()1387 if (local_symbols && context_stack_depth > 0) in read_xcoff_symtab()
5265 if (context_stack_depth != 0) in hpread_process_one_debug_symbol()5388 if (context_stack_depth != 0) in hpread_process_one_debug_symbol()5495 if (context_stack_depth == 1 /* this means we're at function level */ && in hpread_process_one_debug_symbol()5599 if (context_stack_depth == 1 && in hpread_process_one_debug_symbol()
2986 * dbxread.c (process_one_symbol): Compare context_stack_depth