Searched refs:UNWIND_LINK_PTR (Results 1 – 9 of 9) sorted by relevance
/sysdeps/generic/ |
A 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()
|
A 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
|
A D | framestate.c | 37 return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state);
|
/sysdeps/m68k/ |
A 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()
|
/sysdeps/i386/ |
A 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()
|
/sysdeps/arm/ |
A D | unwind-resume.c | 24 return UNWIND_LINK_PTR (link (), _Unwind_Resume); in __unwind_link_get_resume()
|
A 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()
|
/sysdeps/sparc/ |
A 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()
|
/sysdeps/ia64/ |
A D | unwind-resume.c | 23 return UNWIND_LINK_PTR (link (), _Unwind_GetBSP) (context); in _Unwind_GetBSP()
|
Completed in 9 milliseconds