Home
last modified time | relevance | path

Searched refs:UNWIND_LINK_PTR (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/generic/
Dunwind-resume.c37 UNWIND_LINK_PTR (link (), _Unwind_Resume) (exc); in _Unwind_Resume()
44 return UNWIND_LINK_PTR (link (), personality) PERSONALITY_ARGS;
51 return UNWIND_LINK_PTR (link (), _Unwind_ForcedUnwind) in _Unwind_ForcedUnwind()
58 return UNWIND_LINK_PTR (link (), _Unwind_GetCFA) (context); in _Unwind_GetCFA()
Dunwind-link.h65 # define UNWIND_LINK_PTR(obj, name, ...) \ macro
72 # define UNWIND_LINK_PTR(obj, name, ...) ((obj)->ptr_##name)
95 # define UNWIND_LINK_PTR(obj, name, ...) \ macro
Dframestate.c37 return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state); in __frame_state_for()
/glibc-2.36/sysdeps/i386/
Dbacktrace.c40 = (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()
93 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/glibc-2.36/sysdeps/m68k/
Dbacktrace.c40 = (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()
93 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/glibc-2.36/debug/
Dbacktrace.c43 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); in backtrace_helper()
51 = UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetCFA) (ctx); in backtrace_helper()
78 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/glibc-2.36/sysdeps/sparc/
Dbacktrace.c53 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()
110 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
/glibc-2.36/sysdeps/arm/
Dbacktrace.c38 UNWIND_LINK_PTR (unwind_link, _Unwind_VRS_Get) in unwind_getgr()
80 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
Dunwind-resume.c24 return UNWIND_LINK_PTR (link (), _Unwind_Resume); in __unwind_link_get_resume()
/glibc-2.36/sysdeps/ia64/
Dunwind-resume.c23 return UNWIND_LINK_PTR (link (), _Unwind_GetBSP) (context); in _Unwind_GetBSP()
/glibc-2.36/ChangeLog.old/
DChangeLog.2324838 (UNWIND_LINK_PTR): New function.
24840 (UNWIND_LINK_PTR): New function.
30219 (UNWIND_LINK_PTR): New function.
30220 (UNWIND_LINK_PTR): New function.