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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.h129 struct context_stack struct
161 EXTERN struct context_stack *context_stack; variable in typeref:struct:context_stack
263 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
265 extern struct context_stack *pop_context (void);
H A Dbuildsym.c784 if (context_stack == NULL)
787 context_stack = (struct context_stack *)
788 xmalloc (context_stack_size * sizeof (struct context_stack));
827 struct context_stack *cstk;
1053 struct context_stack *
1056 struct context_stack *new;
1061 context_stack = (struct context_stack *)
1062 xrealloc ((char *) context_stack,
[all...]
H A Dhpread.c5118 struct context_stack *new;
5511 context_stack[0].name != NULL /* this means it's a function */ &&
5512 context_stack[0].depth == 0 /* this means it's the first BEGIN
5539 context_stack[0].depth++;
5615 context_stack[0].name != NULL &&
5616 context_stack[0].depth == 1)
5621 context_stack[0].depth--;
H A Ddwarfread.c732 struct context_stack *new;
1782 struct context_stack *new;
H A Dcoffread.c686 struct context_stack *new;
H A Ddbxread.c2660 struct context_stack *new;
H A Dxcoffread.c936 struct context_stack *new;
H A Ddwarf2read.c2860 struct context_stack *new;
2979 struct context_stack *new;

Completed in 117 milliseconds