Searched refs:cfm_loc (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/ia64/
H A DGstep.c52 c->cfm_loc = IA64_LOC_ADDR (sc_addr + LINUX_SC_CFM_OFF, 0);
113 c->cfm_loc = IA64_LOC_UC_REG (UNW_IA64_CFM, sc_addr);
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0)
228 prev_cfm_loc = c->cfm_loc;
248 c->cfm_loc = c->loc[IA64_REG_PFS];
250 ret = ia64_get (c, c->cfm_loc, &c->cfm);
261 cfm_loc by default and giving frames marked with an ABI-marker
263 c->ec_loc = c->cfm_loc;
H A DGget_save_loc.c89 case UNW_IA64_CFM: loc = c->cfm_loc; break;
105 loc = c->cfm_loc;
H A Dinit.h38 c->cfm_loc = IA64_REG_LOC (c, UNW_IA64_CFM);
91 ret = ia64_get (c, c->cfm_loc, &c->cfm);
H A DGregs.c424 loc = c->cfm_loc;
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h135 values stored in ip_loc, cfm_loc, and pr_loc,
145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */ member in struct:cursor
146 ia64_loc_t ec_loc; /* ar.ec save location (usually cfm_loc) */

Completed in 105 milliseconds