Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dunwind-dw2.c866 struct frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local
867 fs->regs = *old_rs; in execute_cfa_program()
868 old_rs->prev = unused_rs; in execute_cfa_program()
869 unused_rs = old_rs; in execute_cfa_program()
/openbsd/src/gnu/gcc/gcc/
Dunwind-dw2.c994 struct frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local
995 fs->regs = *old_rs; in execute_cfa_program()
996 old_rs->prev = unused_rs; in execute_cfa_program()
997 unused_rs = old_rs; in execute_cfa_program()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2-frame.c373 struct dwarf2_frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program() local
375 if (old_rs == NULL) in execute_cfa_program()
383 fs->regs = *old_rs; in execute_cfa_program()
384 xfree (old_rs); in execute_cfa_program()