Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDmdebugread.c410 struct symtab *cur_st; /* Current symtab. */ member
601 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (top_stack->cur_st), in parse_symbol()
639 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
686 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
695 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
759 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
772 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
788 add_block (b, top_stack->cur_st); in parse_symbol()
1065 add_symbol (enum_sym, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
1095 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
[all …]