Home
last modified time | relevance | path

Searched refs:context_stack (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbuildsym.h129 struct context_stack struct
161 EXTERN struct context_stack *context_stack; argument
262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
264 extern struct context_stack *pop_context (void);
Dbuildsym.c777 if (context_stack == NULL) in start_symtab()
780 context_stack = (struct context_stack *) in start_symtab()
781 xmalloc (context_stack_size * sizeof (struct context_stack)); in start_symtab()
820 struct context_stack *cstk; in end_symtab()
1046 struct context_stack *
1049 struct context_stack *new; in push_context()
1054 context_stack = (struct context_stack *) in push_context()
1055 xrealloc ((char *) context_stack, in push_context()
1056 (context_stack_size * sizeof (struct context_stack))); in push_context()
1059 new = &context_stack[context_stack_depth++]; in push_context()
[all …]
Dhpread.c5103 struct context_stack *new; in hpread_process_one_debug_symbol()
5496 context_stack[0].name != NULL /* this means it's a function */ && in hpread_process_one_debug_symbol()
5497 context_stack[0].depth == 0 /* this means it's the first BEGIN in hpread_process_one_debug_symbol()
5524 context_stack[0].depth++; in hpread_process_one_debug_symbol()
5600 context_stack[0].name != NULL && in hpread_process_one_debug_symbol()
5601 context_stack[0].depth == 1) in hpread_process_one_debug_symbol()
5606 context_stack[0].depth--; in hpread_process_one_debug_symbol()
Ddwarfread.c732 struct context_stack *new; in read_lexical_block_scope()
1782 struct context_stack *new; in read_func_scope()
Dcoffread.c680 struct context_stack *new; in coff_symtab_read()
Dxcoffread.c931 struct context_stack *new; in read_xcoff_symtab()
Ddbxread.c2651 struct context_stack *new; in process_one_symbol()
Ddwarf2read.c2878 struct context_stack *new; in read_func_scope()
2997 struct context_stack *new; in read_lexical_block_scope()