Searched refs:ia64_rse_skip_regs (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | linux-unwind.h | 97 ia64_rse_skip_regs (ar_bsp, -ndirty); in ia64_fallback_frame_state() 109 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof); in ia64_fallback_frame_state() 173 bspstore = (unsigned long) ia64_rse_skip_regs (ar_bsp, -ndirty); in ia64_handle_unwabi() 185 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof); in ia64_handle_unwabi()
|
H A D | unwind-ia64.c | 1488 ia64_rse_skip_regs (unsigned long *addr, long num_regs) in ia64_rse_skip_regs() function 1643 addr = ia64_rse_skip_regs ((unsigned long *) info->bsp, regnum - 32); in unw_access_gr() 1885 addr = ia64_rse_skip_regs ((unsigned long *) context->bsp, rval - 32); in uw_update_reg_address() 2066 ia64_rse_skip_regs ((unsigned long *) context->bsp, -sol); in uw_update_context() 2157 ia64_rse_skip_regs ((unsigned long *)target->bsp, in uw_install_context()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | linux.h | 115 ia64_rse_skip_regs ((unsigned long *)(sc_->sc_ar_bsp), -sof); \ 171 ia64_rse_skip_regs ((unsigned long *)(sc_->sc_ar_bsp), -sof); \
|
H A D | unwind-ia64.c | 1483 ia64_rse_skip_regs (unsigned long *addr, long num_regs) in ia64_rse_skip_regs() function 1563 addr = ia64_rse_skip_regs ((unsigned long *) info->bsp, regnum - 32); in unw_access_gr() 1795 addr = ia64_rse_skip_regs ((unsigned long *) context->bsp, rval - 32); in uw_update_reg_address() 1976 ia64_rse_skip_regs ((unsigned long *) context->bsp, -sol); in uw_update_context() 2048 ia64_rse_skip_regs ((unsigned long *)target->bsp, in uw_install_context()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ia64-tdep.c | 2093 ia64_rse_skip_regs (uint64_t addr, long num_regs) in ia64_rse_skip_regs() function 2207 bsp = ia64_rse_skip_regs (*val, sof); in ia64_access_reg() 2221 bsp = ia64_rse_skip_regs (bsp, -old_sof + new_sof); in ia64_access_reg() 2261 *val = ia64_rse_skip_regs (bsp, -sof); in ia64_access_reg()
|
H A D | ChangeLog-2003 | 713 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
|