Searched refs:context_stack (Results 1 – 8 of 8) 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);
778 if (context_stack == NULL) in start_symtab()781 context_stack = (struct context_stack *) in start_symtab()821 struct context_stack *cstk; in end_symtab()1047 struct context_stack *1050 struct context_stack *new; in push_context()1055 context_stack = (struct context_stack *) in push_context()1056 xrealloc ((char *) context_stack, in push_context()1057 (context_stack_size * sizeof (struct context_stack))); in push_context()1060 new = &context_stack[context_stack_depth++]; in push_context()1077 struct context_stack *[all …]
5109 struct context_stack *new; in hpread_process_one_debug_symbol()5502 context_stack[0].name != NULL /* this means it's a function */ && in hpread_process_one_debug_symbol()5503 context_stack[0].depth == 0 /* this means it's the first BEGIN in hpread_process_one_debug_symbol()5530 context_stack[0].depth++; in hpread_process_one_debug_symbol()5606 context_stack[0].name != NULL && in hpread_process_one_debug_symbol()5607 context_stack[0].depth == 1) in hpread_process_one_debug_symbol()5612 context_stack[0].depth--; in hpread_process_one_debug_symbol()
721 struct context_stack *new; in read_lexical_block_scope()1771 struct context_stack *new; in read_func_scope()
678 struct context_stack *new; in coff_symtab_read()
931 struct context_stack *new; in read_xcoff_symtab()
2668 struct context_stack *new; in process_one_symbol()
2178 struct context_stack *new; in read_func_scope()2303 struct context_stack *new; in read_lexical_block_scope()