Searched defs:top_stack (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c241 Dwarf_Frame top_stack = NULL; local
625 if (top_stack != NULL)
626 stack_table->fr_next = top_stack;
627 top_stack = stack_table;
634 if (top_stack == NULL) {
637 stack_table = top_stack;
638 top_stack = stack_table->fr_next;
1011 for (; top_stack != NULL;) {
1012 stack_table = top_stack;
1013 top_stack
[all...]

Completed in 48 milliseconds