Searched refs:top_stack (Results 1 – 1 of 1) sorted by relevance
241 Dwarf_Frame top_stack = NULL; in _dwarf_exec_frame_instr() local625 if (top_stack != NULL) in _dwarf_exec_frame_instr()626 stack_table->fr_next = top_stack; in _dwarf_exec_frame_instr()627 top_stack = stack_table; in _dwarf_exec_frame_instr()634 if (top_stack == NULL) { in _dwarf_exec_frame_instr()637 stack_table = top_stack; in _dwarf_exec_frame_instr()638 top_stack = stack_table->fr_next; in _dwarf_exec_frame_instr()1011 for (; top_stack != NULL;) { in _dwarf_exec_frame_instr()1012 stack_table = top_stack; in _dwarf_exec_frame_instr()1013 top_stack = top_stack->fr_next; in _dwarf_exec_frame_instr()