Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A 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);
H A 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 …]
H A 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()
H A Ddwarfread.c732 struct context_stack *new; in read_lexical_block_scope()
1782 struct context_stack *new; in read_func_scope()
H A Dcoffread.c681 struct context_stack *new; in coff_symtab_read()
H A Dxcoffread.c931 struct context_stack *new; in read_xcoff_symtab()
H A Ddbxread.c2650 struct context_stack *new; in process_one_symbol()
H A Ddwarf2read.c2861 struct context_stack *new; in read_func_scope()
2980 struct context_stack *new; in read_lexical_block_scope()
H A DChangeLog-1998332 (push_context): Add symbols for parameters to the context_stack.
334 (struct context_stack): Add new field param.
H A DChangeLog-1991925 context_stack.
H A DChangeLog-19925562 * coffread.c: Change context_stack ref's to coff_context_stack,