Home
last modified time | relevance | path

Searched refs:context_stack_depth (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDbuildsym.c784 context_stack_depth = 0; in start_symtab()
827 if (context_stack_depth > 0) in end_symtab()
834 if (context_stack_depth > 0) in end_symtab()
843 context_stack_depth = 0; in end_symtab()
1052 if (context_stack_depth == context_stack_size) in push_context()
1060 new = &context_stack[context_stack_depth++]; in push_context()
1080 gdb_assert (context_stack_depth > 0); in pop_context()
1081 return (&context_stack[--context_stack_depth]); in pop_context()
HDbuildsym.h165 EXTERN int context_stack_depth; variable
172 #define outermost_context_p() (context_stack_depth == 0)
HDdbxread.c2721 if (context_stack_depth <= 0) in process_one_symbol()
2802 if (context_stack_depth <= 0) in process_one_symbol()
2841 if (context_stack_depth in process_one_symbol()
2902 if (context_stack_depth > 0) in process_one_symbol()
3191 if (context_stack_depth > 1) in process_one_symbol()
3198 if (context_stack_depth > 0) in process_one_symbol()
HDcoffread.c976 if (context_stack_depth <= 0) in coff_symtab_read()
987 if (context_stack_depth > 0 || new == NULL) in coff_symtab_read()
1051 if (context_stack_depth <= 0) in coff_symtab_read()
1067 if (local_symbols && context_stack_depth > 0) in coff_symtab_read()
HDxcoffread.c1283 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()
HDhpread.c5271 if (context_stack_depth != 0) in hpread_process_one_debug_symbol()
5394 if (context_stack_depth != 0) in hpread_process_one_debug_symbol()
5501 if (context_stack_depth == 1 /* this means we're at function level */ && in hpread_process_one_debug_symbol()
5605 if (context_stack_depth == 1 && in hpread_process_one_debug_symbol()