Home
last modified time | relevance | path

Searched refs:old_rs (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2-frame.c373 struct dwarf2_frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local
375 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()
/freebsd-11-stable/contrib/gcc/
HDunwind-dw2.c967 struct frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local
968 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()