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

  /external/libunwind/src/ia64/
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
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,

Completed in 123 milliseconds