Searched refs:context_stack (Results 1 – 11 of 11) sorted by relevance
129 struct context_stack struct161 EXTERN struct context_stack *context_stack; argument262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);264 extern struct context_stack *pop_context (void);
777 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 …]
5103 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()
732 struct context_stack *new; in read_lexical_block_scope()1782 struct context_stack *new; in read_func_scope()
681 struct context_stack *new; in coff_symtab_read()
931 struct context_stack *new; in read_xcoff_symtab()
2650 struct context_stack *new; in process_one_symbol()
2861 struct context_stack *new; in read_func_scope()2980 struct context_stack *new; in read_lexical_block_scope()
332 (push_context): Add symbols for parameters to the context_stack.334 (struct context_stack): Add new field param.
925 context_stack.
5562 * coffread.c: Change context_stack ref's to coff_context_stack,