Searched refs:_Unwind_GetIP (Results 1 – 8 of 8) sorted by relevance
47 __typeof (_Unwind_GetIP) *ptr__Unwind_GetIP;
147 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
191 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() function1292 return _Unwind_GetIP (context); in uw_identify_context()
49 # define unwind_getip _Unwind_GetIP
254 #define _Unwind_GetIP(context) \ macro
40 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
53 ip = UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
Completed in 9 milliseconds