Home
last modified time | relevance | path

Searched refs:ia64_get (Results 1 – 10 of 10) sorted by relevance

/external/libunwind/src/ia64/
DGstep.c39 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 …]
DGresume.c71 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()
Dinit.h87 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()
DGinit_remote.c55 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()
DGregs.c60 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()
DGinit_local.c70 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()
DGrbs.c185 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()
Dunwind_i.h192 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
DGscript.c553 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0) in run_script()
/external/libunwind/
DChangeLog14 (ia64_get): Ditto.