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

  /external/libunwind/src/ia64/
Gis_signal_frame.c 38 ret = ia64_fetch_proc_info (c, c->ip, 1);
Gscript.c 625 if ((ret = ia64_fetch_proc_info (c, c->ip, 1)) < 0)
663 if ((ret = ia64_fetch_proc_info (c, c->ip, 1)) < 0)
unwind_i.h 479 #define ia64_fetch_proc_info UNW_OBJ(fetch_proc_info) macro
495 extern int ia64_fetch_proc_info (struct cursor *c, unw_word_t ip,
Gparser.c 761 if ((ret = ia64_fetch_proc_info (c, new_ip, 1)) < 0)
924 ia64_fetch_proc_info (struct cursor *c, unw_word_t ip, int need_unwind_info)
1127 if ((ret = ia64_fetch_proc_info (c, c->ip, 0)) < 0)
922 ia64_fetch_proc_info (struct cursor *c, unw_word_t ip, int need_unwind_info) function

Completed in 240 milliseconds