Home
last modified time | relevance | path

Searched refs:ec_loc (Results 1 – 3 of 3) sorted by relevance

/external/libunwind/src/ia64/
DGstep.c57 c->ec_loc = prev_cfm_loc; in linux_sigtramp()
86 c->ec_loc = prev_cfm_loc; in linux_interrupt()
162 c->ec_loc = prev_cfm_loc; in hpux_sigtramp()
263 c->ec_loc = c->cfm_loc; in update_frame_state()
DGregs.c461 if ((ret = ia64_get (c, c->ec_loc, &val)) < 0) in tdep_access_reg()
467 return ia64_put (c, c->ec_loc, val); in tdep_access_reg()
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h146 ia64_loc_t ec_loc; /* ar.ec save location (usually cfm_loc) */ member