Searched refs:UNWIND_LINK_PTR (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/sysdeps/generic/ |
D | unwind-resume.c | 37 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()
|
D | unwind-link.h | 65 # 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
|
D | framestate.c | 37 return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state); in __frame_state_for()
|
/glibc-2.36/sysdeps/i386/ |
D | backtrace.c | 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() 93 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
|
/glibc-2.36/sysdeps/m68k/ |
D | backtrace.c | 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() 93 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
|
/glibc-2.36/debug/ |
D | backtrace.c | 43 = (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/ |
D | backtrace.c | 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() 110 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
|
/glibc-2.36/sysdeps/arm/ |
D | backtrace.c | 38 UNWIND_LINK_PTR (unwind_link, _Unwind_VRS_Get) in unwind_getgr() 80 UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) in __backtrace()
|
D | unwind-resume.c | 24 return UNWIND_LINK_PTR (link (), _Unwind_Resume); in __unwind_link_get_resume()
|
/glibc-2.36/sysdeps/ia64/ |
D | unwind-resume.c | 23 return UNWIND_LINK_PTR (link (), _Unwind_GetBSP) (context); in _Unwind_GetBSP()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 24838 (UNWIND_LINK_PTR): New function. 24840 (UNWIND_LINK_PTR): New function. 30219 (UNWIND_LINK_PTR): New function. 30220 (UNWIND_LINK_PTR): New function.
|