Searched refs:old_rs (Results 1 – 2 of 2) sorted by relevance
373 struct dwarf2_frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local375 gdb_assert (old_rs); in execute_cfa_program()378 fs->regs = *old_rs; in execute_cfa_program()379 xfree (old_rs); in execute_cfa_program()
967 struct frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local968 fs->regs = *old_rs; in execute_cfa_program()969 old_rs->prev = unused_rs; in execute_cfa_program()970 unused_rs = old_rs; in execute_cfa_program()