OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfm_loc
(Results
1 - 6
of
6
) sorted by null
/external/libunwind/src/ia64/
Gstep.c
52
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
;
Gget_save_loc.c
89
case UNW_IA64_CFM: loc = c->
cfm_loc
; break;
105
loc = c->
cfm_loc
;
init.h
38
c->
cfm_loc
= IA64_REG_LOC (c, UNW_IA64_CFM);
91
ret = ia64_get (c, c->
cfm_loc
, &c->cfm);
Gregs.c
424
loc = c->
cfm_loc
;
/external/libunwind/include/tdep-ia64/
libunwind_i.h
135
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
) */
/external/libunwind/
TODO
56
+ cache the value of *
cfm_loc
; each rotate_FOO() call needs it!
Completed in 148 milliseconds