Searched refs:top_stack (Results 1 – 1 of 1) sorted by relevance
293 Dwarf_Frame top_stack = NULL; in _dwarf_exec_frame_instr() local705 if (top_stack != NULL) in _dwarf_exec_frame_instr()706 stack_table->fr_next = top_stack; in _dwarf_exec_frame_instr()707 top_stack = stack_table; in _dwarf_exec_frame_instr()714 if (top_stack == NULL) { in _dwarf_exec_frame_instr()717 stack_table = top_stack; in _dwarf_exec_frame_instr()718 top_stack = stack_table->fr_next; in _dwarf_exec_frame_instr()1132 for (; top_stack != NULL;) { in _dwarf_exec_frame_instr()1133 stack_table = top_stack; in _dwarf_exec_frame_instr()1134 top_stack = top_stack->fr_next; in _dwarf_exec_frame_instr()