Home
last modified time | relevance | path

Searched refs:ia64_get_stacked (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/src/ia64/
DGget_save_loc.c94 ret = ia64_get_stacked (c, reg, &loc, NULL); in unw_get_save_loc()
101 ret = ia64_get_stacked (c, reg, NULL, &loc); in unw_get_save_loc()
DGregs.c444 ret = ia64_get_stacked (c, reg, &loc, NULL); in tdep_access_reg()
453 ret = ia64_get_stacked (c, reg, &loc, &nat_loc); in tdep_access_reg()
DGscript.c542 if ((ret = ia64_get_stacked (c, val, &loc, NULL)) < 0) in run_script()
601 if ((ret = ia64_get_stacked (c, val, &loc, &nat_loc)) < 0) in run_script()
DGstep.c104 if ((ret = ia64_get_stacked (c, 32, &sc_loc, NULL)) < 0) in hpux_sigtramp()
Dunwind_i.h589 ia64_get_stacked (struct cursor *c, unw_word_t reg, in ia64_get_stacked() function