Home
last modified time | relevance | path

Searched refs:_Unwind_GetIP (Results 1 – 8 of 8) sorted by relevance

/sysdeps/generic/
A Dunwind-link.h47 __typeof (_Unwind_GetIP) *ptr__Unwind_GetIP;
A Dunwind.h147 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
A Dunwind-dw2.c191 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() function
1292 return _Unwind_GetIP (context); in uw_identify_context()
/sysdeps/arm/
A Dbacktrace.c49 # define unwind_getip _Unwind_GetIP
A Dunwind.h254 #define _Unwind_GetIP(context) \ macro
/sysdeps/m68k/
A Dbacktrace.c40 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
/sysdeps/i386/
A Dbacktrace.c40 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
/sysdeps/sparc/
A Dbacktrace.c53 ip = UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()

Completed in 11 milliseconds