HomeSort by relevance Sort by last modified time
    Searched refs:ia64_loc_t (Results 1 - 8 of 8) sorted by null

  /external/libunwind/include/tdep-ia64/
libunwind_i.h 75 typedef unw_word_t ia64_loc_t; typedef
83 ia64_loc_t; typedef in typeref:struct:ia64_loc
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;
  /external/libunwind/src/ia64/
unwind_i.h 232 #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)
299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val)
333 ia64_get (struct cursor *c, ia64_loc_t loc, unw_word_t *val
    [all...]
Grbs.c 45 ia64_strloc (ia64_loc_t loc)
82 ia64_loc_t saved_rnat_loc)
126 ia64_loc_t *locp, ia64_loc_t *rnat_locp)
183 ia64_loc_t rnat_locp = rbs_get_rnat_loc (rbs, bsp);
219 ia64_loc_t rnat_loc = rbs_get_rnat_loc (rbs, c->bsp);
Gstep.c 30 linux_sigtramp (struct cursor *c, ia64_loc_t prev_cfm_loc,
64 linux_interrupt (struct cursor *c, ia64_loc_t prev_cfm_loc,
71 ia64_loc_t pfs_loc;
93 hpux_sigtramp (struct cursor *c, ia64_loc_t prev_cfm_loc,
100 ia64_loc_t sc_loc;
225 ia64_loc_t prev_cfm_loc;
Gregs.c 30 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,
274 ia64_loc_t nat_loc, ia64_loc_t reg_loc, uint8_t nat_bitnr,
363 ia64_loc_t loc, reg_loc, nat_loc;
565 ia64_loc_t loc;
Gget_save_loc.c 37 ia64_loc_t loc, reg_loc;
Ginit.c 411 ia64_uc_access_reg (struct cursor *c, ia64_loc_t loc, unw_word_t *valp,
482 ia64_uc_access_fpreg (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *valp,
Gscript.c 504 ia64_loc_t nat_loc, uint8_t bitnr)
520 ia64_loc_t loc, nat_loc;

Completed in 65 milliseconds