Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c485 *top_stack; /* Top stack ptr */ variable
496 if (top_stack && top_stack->prev) in push_parse_stack()
497 new = top_stack->prev; in push_parse_stack()
501 if (top_stack) in push_parse_stack()
505 *new = *top_stack; in push_parse_stack()
506 top_stack->prev = new; in push_parse_stack()
508 new->next = top_stack; in push_parse_stack()
510 top_stack = new; in push_parse_stack()
518 if (!top_stack) in pop_parse_stack()
520 if (top_stack->next) in pop_parse_stack()
[all …]
H A DChangeLog-19924389 (parse_external): Eliminate cur_stab and obscure top_stack clobbers.
4393 for clarity. Set top_stack before calling parse_external. In
H A DChangeLog-19912998 (parse_external): Comment clobbering of top_stack.