Home
last modified time | relevance | path

Searched refs:ia64_loc_t (Results 1 – 8 of 8) sorted by relevance

/external/libunwind/src/ia64/
Dunwind_i.h232 #define IA64_LOC_REG(r,t) ((ia64_loc_t) { ((r) << 2) | (t), \
234 #define IA64_LOC_ADDR(a,t) ((ia64_loc_t) { ((a) & ~0x3) | (t), 0 })
235 #define IA64_LOC_UC_ADDR(a,t) ((ia64_loc_t) { ((a) & ~0x3) | (t), \
237 #define IA64_LOC_UC_REG(r,a) ((ia64_loc_t) { ((r) << 2), \
240 #define IA64_NULL_LOC ((ia64_loc_t) { 0, 0 })
264 extern int ia64_uc_access_reg (struct cursor *c, ia64_loc_t loc,
266 extern int ia64_uc_access_fpreg (struct cursor *c, ia64_loc_t loc,
270 ia64_getfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *val) in ia64_getfp()
299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) in ia64_putfp()
333 ia64_get (struct cursor *c, ia64_loc_t loc, unw_word_t *val) in ia64_get()
[all …]
DGrbs.c45 ia64_strloc (ia64_loc_t loc) in ia64_strloc()
82 ia64_loc_t saved_rnat_loc) in rbs_switch()
126 ia64_loc_t *locp, ia64_loc_t *rnat_locp) in rbs_find_stacked()
183 ia64_loc_t rnat_locp = rbs_get_rnat_loc (rbs, bsp); in get_rnat()
219 ia64_loc_t rnat_loc = rbs_get_rnat_loc (rbs, c->bsp); in rbs_cover_and_flush()
DGregs.c30 static inline ia64_loc_t
222 static inline ia64_loc_t
232 HIDDEN ia64_loc_t
249 update_nat (struct cursor *c, ia64_loc_t nat_loc, unw_word_t mask, in update_nat()
274 ia64_loc_t nat_loc, ia64_loc_t reg_loc, uint8_t nat_bitnr, in access_nat()
363 ia64_loc_t loc, reg_loc, nat_loc; in tdep_access_reg()
565 ia64_loc_t loc; in tdep_access_fpreg()
DGstep.c30 linux_sigtramp (struct cursor *c, ia64_loc_t prev_cfm_loc, in linux_sigtramp()
64 linux_interrupt (struct cursor *c, ia64_loc_t prev_cfm_loc, in linux_interrupt()
71 ia64_loc_t pfs_loc; in linux_interrupt()
93 hpux_sigtramp (struct cursor *c, ia64_loc_t prev_cfm_loc, in hpux_sigtramp()
100 ia64_loc_t sc_loc; in hpux_sigtramp()
225 ia64_loc_t prev_cfm_loc; in update_frame_state()
DGinit.c411 ia64_uc_access_reg (struct cursor *c, ia64_loc_t loc, unw_word_t *valp, in ia64_uc_access_reg()
482 ia64_uc_access_fpreg (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *valp, in ia64_uc_access_fpreg()
DGget_save_loc.c37 ia64_loc_t loc, reg_loc; in unw_get_save_loc()
DGscript.c504 ia64_loc_t nat_loc, uint8_t bitnr) in set_nat_info()
520 ia64_loc_t loc, nat_loc; in run_script()
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h75 typedef unw_word_t ia64_loc_t; typedef
83 ia64_loc_t; typedef
145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
146 ia64_loc_t ec_loc; /* ar.ec save location (usually cfm_loc) */
147 ia64_loc_t loc[IA64_NUM_PREGS];
187 ia64_loc_t rnat_loc;