Searched refs:context_stack_depth (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.h165 EXTERN int context_stack_depth; variable
172 #define outermost_context_p() (context_stack_depth == 0)
H A Dbuildsym.c790 context_stack_depth = 0;
833 if (context_stack_depth > 0)
840 if (context_stack_depth > 0)
849 context_stack_depth = 0;
1058 if (context_stack_depth == context_stack_size)
1066 new = &context_stack[context_stack_depth++];
1086 gdb_assert (context_stack_depth > 0);
1087 return (&context_stack[--context_stack_depth]);
H A Ddbxread.c2713 if (context_stack_depth <= 0)
2786 if (context_stack_depth <= 0)
2825 if (context_stack_depth
3110 if (context_stack_depth > 1)
3117 if (context_stack_depth > 0)
H A Dcoffread.c967 context_stack_depth is zero, and complain if not. */
984 if (context_stack_depth <= 0)
995 if (context_stack_depth > 0 || new == NULL)
1059 if (context_stack_depth <= 0)
1075 if (local_symbols && context_stack_depth > 0)
H A Dxcoffread.c1288 if (context_stack_depth <= 0)
1296 if (context_stack_depth > 0 || new == NULL)
1381 if (context_stack_depth <= 0)
1392 if (local_symbols && context_stack_depth > 0)
H A Dhpread.c5280 if (context_stack_depth != 0)
5403 if (context_stack_depth != 0)
5510 if (context_stack_depth == 1 /* this means we're at function level */ &&
5614 if (context_stack_depth == 1 &&

Completed in 133 milliseconds