Home
last modified time | relevance | path

Searched refs:unwind_link (Results 1 – 7 of 7) sorted by relevance

/sysdeps/arm/
A Dbacktrace.c26 struct unwind_link *unwind_link; member
34 unwind_getgr (struct unwind_link *unwind_link, in unwind_getgr() argument
38 UNWIND_LINK_PTR (unwind_link, _Unwind_VRS_Get) in unwind_getgr()
46 (unwind_getgr (arg->unwind_link, context, 15) & ~(_Unwind_Word)1)
72 .unwind_link = __libc_unwind_link_get (), in __backtrace()
77 if (size <= 0 || arg.unwind_link == NULL) in __backtrace()
80 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/sysdeps/generic/
A Dunwind-resume.c24 static struct unwind_link *
27 struct unwind_link *unwind_link = __libc_unwind_link_get (); in link() local
28 if (unwind_link == NULL) in link()
30 return unwind_link; in link()
A Dframestate.c35 struct unwind_link *unwind_link = __libc_unwind_link_get ();
36 if (unwind_link != NULL)
37 return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state);
A Dunwind-link.h41 struct unwind_link struct
58 struct unwind_link *__libc_unwind_link_get (void); argument
85 struct unwind_link;
86 static inline struct unwind_link *
91 return (struct unwind_link *) 1; in __libc_unwind_link_get()
/sysdeps/m68k/
A Dbacktrace.c26 struct unwind_link *unwind_link; member
40 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
46 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetGR) (ctx, 14); in backtrace_helper()
48 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetCFA) (ctx); in backtrace_helper()
85 .unwind_link = __libc_unwind_link_get (), in __backtrace()
90 if (size <= 0 || arg.unwind_link == NULL) in __backtrace()
93 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/sysdeps/i386/
A Dbacktrace.c26 struct unwind_link *unwind_link; member
40 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
46 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetGR) (ctx, 5); in backtrace_helper()
48 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetCFA) (ctx); in backtrace_helper()
85 .unwind_link = __libc_unwind_link_get (), in __backtrace()
90 if (size <= 0 || arg.unwind_link == NULL) in __backtrace()
93 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/sysdeps/sparc/
A Dbacktrace.c37 struct unwind_link *unwind_link; member
53 ip = UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
58 = UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetCFA) (ctx); in backtrace_helper()
77 .unwind_link = __libc_unwind_link_get (), in __backtrace()
85 if (arg.unwind_link == NULL) in __backtrace()
110 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()

Completed in 12 milliseconds