Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/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.c778 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 …]
H A Dhpread.c5109 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()
H A Ddwarfread.c721 struct context_stack *new; in read_lexical_block_scope()
1771 struct context_stack *new; in read_func_scope()
H A Dcoffread.c678 struct context_stack *new; in coff_symtab_read()
H A Dxcoffread.c931 struct context_stack *new; in read_xcoff_symtab()
H A Ddbxread.c2668 struct context_stack *new; in process_one_symbol()
H A Ddwarf2read.c2178 struct context_stack *new; in read_func_scope()
2303 struct context_stack *new; in read_lexical_block_scope()