Home
last modified time | relevance | path

Searched refs:cfm_loc (Results 1 – 6 of 6) sorted by relevance

/external/libunwind/src/ia64/
DGstep.c52 c->cfm_loc = IA64_LOC_ADDR (sc_addr + LINUX_SC_CFM_OFF, 0); in linux_sigtramp()
113 c->cfm_loc = IA64_LOC_UC_REG (UNW_IA64_CFM, sc_addr); in hpux_sigtramp()
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0) in hpux_sigtramp()
228 prev_cfm_loc = c->cfm_loc; in update_frame_state()
248 c->cfm_loc = c->loc[IA64_REG_PFS]; in update_frame_state()
250 ret = ia64_get (c, c->cfm_loc, &c->cfm); in update_frame_state()
263 c->ec_loc = c->cfm_loc; in update_frame_state()
DGget_save_loc.c89 case UNW_IA64_CFM: loc = c->cfm_loc; break; in unw_get_save_loc()
105 loc = c->cfm_loc; in unw_get_save_loc()
Dinit.h38 c->cfm_loc = IA64_REG_LOC (c, UNW_IA64_CFM); in common_init()
91 ret = ia64_get (c, c->cfm_loc, &c->cfm); in common_init()
DGregs.c424 loc = c->cfm_loc; in tdep_access_reg()
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */ member
/external/libunwind/
DTODO56 + cache the value of *cfm_loc; each rotate_FOO() call needs it!