Searched refs:_Unwind_Context (Results 1 – 12 of 12) sorted by relevance
/sysdeps/generic/ |
A D | unwind.h | 109 struct _Unwind_Context; 118 struct _Unwind_Exception *, struct _Unwind_Context *, void *); 135 (struct _Unwind_Context *, void *); 144 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int); 147 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *); 148 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr); 151 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *); 174 struct _Unwind_Exception *, struct _Unwind_Context *); 197 _Unwind_GetDataRelBase (struct _Unwind_Context *_C) in _Unwind_GetDataRelBase() 204 _Unwind_GetTextRelBase (struct _Unwind_Context *_C) in _Unwind_GetTextRelBase() [all …]
|
A D | unwind-dw2.c | 63 struct _Unwind_Context struct 191 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 211 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() 229 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase() 235 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() 726 struct _Unwind_Context *context, in execute_cfa_program() 1032 struct _Unwind_Context context; in __frame_state_for() 1078 struct _Unwind_Context orig_context = *context; in uw_update_context_1() 1193 uw_init_context_1 (struct _Unwind_Context *context, in uw_init_context_1() 1243 struct _Unwind_Context *target) in uw_install_context_1() [all …]
|
A D | unwind-resume.h | 26 struct _Unwind_Context *context)
|
A D | unwind-resume.c | 56 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA()
|
A D | unwind-pe.h | 66 (struct _Unwind_Context *context, unsigned char encoding, 118 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() 296 read_encoded_value (struct _Unwind_Context *context, unsigned char encoding, in read_encoded_value()
|
/sysdeps/arm/ |
A D | unwind.h | 80 typedef struct _Unwind_Context _Unwind_Context; typedef 177 _Unwind_Control_Block *, _Unwind_Context *); 195 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); 196 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); 199 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *); 200 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *); 209 _Unwind_Control_Block *, struct _Unwind_Context *, void *); 212 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *); 217 _Unwind_Context *); 246 _Unwind_GetGR (_Unwind_Context *context, int regno) in _Unwind_GetGR() [all …]
|
A D | unwind-resume.h | 25 struct _Unwind_Context *context)
|
A D | backtrace.c | 35 _Unwind_Context *context, int regno) in unwind_getgr() 53 backtrace_helper (struct _Unwind_Context *ctx, void *a) in backtrace_helper()
|
/sysdeps/ia64/ |
A D | unwind-resume.c | 21 _Unwind_GetBSP (struct _Unwind_Context *context) in _Unwind_GetBSP()
|
/sysdeps/m68k/ |
A D | backtrace.c | 32 backtrace_helper (struct _Unwind_Context *ctx, void *a) in backtrace_helper()
|
/sysdeps/i386/ |
A D | backtrace.c | 32 backtrace_helper (struct _Unwind_Context *ctx, void *a) in backtrace_helper()
|
/sysdeps/sparc/ |
A D | backtrace.c | 44 backtrace_helper (struct _Unwind_Context *ctx, void *a) in backtrace_helper()
|
Completed in 12 milliseconds