HomeSort by relevance Sort by last modified time
    Searched refs:ia64_get_stacked (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/ia64/
Gget_save_loc.c 94 ret = ia64_get_stacked (c, reg, &loc, NULL);
101 ret = ia64_get_stacked (c, reg, NULL, &loc);
Gregs.c 444 ret = ia64_get_stacked (c, reg, &loc, NULL);
453 ret = ia64_get_stacked (c, reg, &loc, &nat_loc);
Gscript.c 542 if ((ret = ia64_get_stacked (c, val, &loc, NULL)) < 0)
601 if ((ret = ia64_get_stacked (c, val, &loc, &nat_loc)) < 0)
Gstep.c 104 if ((ret = ia64_get_stacked (c, 32, &sc_loc, NULL)) < 0)
unwind_i.h 589 ia64_get_stacked (struct cursor *c, unw_word_t reg, function

Completed in 44 milliseconds