Searched refs:ia64_get (Results 1 – 10 of 10) sorted by relevance
/external/libunwind/src/ia64/ |
D | Gstep.c | 39 if ((ret = ia64_get (c, IA64_LOC_ADDR (c->sp + 0x10 in linux_sigtramp() 106 if ((ret = ia64_get (c, sc_loc, &sc_addr)) < 0) in hpux_sigtramp() 148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0) in hpux_sigtramp() 151 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0) in hpux_sigtramp() 154 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &bsp)) < 0 in hpux_sigtramp() 155 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore)) < 0) in hpux_sigtramp() 181 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &saved_bsp)) < 0 in check_rbs_switch() 182 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &saved_bspstore))) in check_rbs_switch() 203 if ((ret = ia64_get (c, IA64_LOC_ADDR (c->sigcontext_addr in check_rbs_switch() 206 || (ret = ia64_get (c, IA64_LOC_ADDR (c->sigcontext_addr in check_rbs_switch() [all …]
|
D | Gresume.c | 71 if ((ret = ia64_get (c, c->loc[IA64_REG_R4], &extra.r4)) < 0 in local_resume() 72 || (ret = ia64_get (c, c->loc[IA64_REG_R5], &extra.r5)) < 0 in local_resume() 73 || (ret = ia64_get (c, c->loc[IA64_REG_R6], &extra.r6)) < 0 in local_resume() 74 || (ret = ia64_get (c, c->loc[IA64_REG_R7], &extra.r7)) < 0) in local_resume() 120 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &sc->sc_ar_pfs)) < 0 in local_resume() 121 || (ret = ia64_get (c, c->loc[IA64_REG_FPSR], &sc->sc_ar_fpsr)) < 0 in local_resume() 122 || (ret = ia64_get (c, c->loc[IA64_REG_UNAT], &sc->sc_ar_unat)) < 0) in local_resume() 138 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &pfs)) < 0) in local_resume()
|
D | init.h | 87 ret = ia64_get (c, c->loc[IA64_REG_IP], &c->ip); in common_init() 91 ret = ia64_get (c, c->cfm_loc, &c->cfm); in common_init() 95 ret = ia64_get (c, c->loc[IA64_REG_PR], &c->pr); in common_init() 102 ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore); in common_init()
|
D | Ginit_remote.c | 55 if ((ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_GR + 12), &sp)) < 0 in unw_init_remote() 56 || (ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_AR_BSP), &bsp)) < 0) in unw_init_remote()
|
D | Gregs.c | 60 if (ia64_get (c, IA64_LOC_ADDR (addr + LINUX_SC_FLAGS_OFF, 0), in linux_scratch_loc() 255 ret = ia64_get (c, nat_loc, &nat_word); in update_nat() 335 return ia64_get (c, nat_loc, valp); in access_nat() 438 return ia64_get (c, c->loc[IA64_REG_PR], valp); in tdep_access_reg() 461 if ((ret = ia64_get (c, c->ec_loc, &val)) < 0) in tdep_access_reg() 558 return ia64_get (c, loc, valp); in tdep_access_reg()
|
D | Ginit_local.c | 70 if ((ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_GR + 12), sp)) < 0 in get_initial_stack_pointers() 71 || (ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_AR_BSP), bsp)) < 0) in get_initial_stack_pointers()
|
D | Grbs.c | 185 return ia64_get (c, rnat_locp, rnatp); in get_rnat() 298 if ((ret = ia64_get (c, rbs_loc (rbs, bsp), dst)) < 0) in rbs_cover_and_flush()
|
D | unwind_i.h | 192 ia64_get (struct cursor *c, unw_word_t loc, unw_word_t *val) in ia64_get() function 333 ia64_get (struct cursor *c, ia64_loc_t loc, unw_word_t *val) in ia64_get() function
|
D | Gscript.c | 553 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0) in run_script()
|
/external/libunwind/ |
D | ChangeLog | 14 (ia64_get): Ditto.
|