Searched refs:ia64_get_stacked (Results 1 – 5 of 5) sorted by relevance
/external/libunwind/src/ia64/ |
D | Gget_save_loc.c | 94 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()
|
D | Gregs.c | 444 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()
|
D | Gscript.c | 542 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()
|
D | Gstep.c | 104 if ((ret = ia64_get_stacked (c, 32, &sc_loc, NULL)) < 0) in hpux_sigtramp()
|
D | unwind_i.h | 589 ia64_get_stacked (struct cursor *c, unw_word_t reg, in ia64_get_stacked() function
|