Searched defs:context (Results 1 – 8 of 8) sorted by relevance
/sysdeps/ia64/ |
A D | unwind-resume.c | 21 _Unwind_GetBSP (struct _Unwind_Context *context) in _Unwind_GetBSP()
|
/sysdeps/generic/ |
A D | unwind-dw2.c | 174 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 191 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 199 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 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() 323 struct _Unwind_Context *context, _Unwind_Word initial) in execute_stack_op() 726 struct _Unwind_Context *context, in execute_cfa_program() 1032 struct _Unwind_Context context; in __frame_state_for() local 1193 uw_init_context_1 (struct _Unwind_Context *context, in uw_init_context_1() [all …]
|
A D | unwind-resume.c | 56 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA()
|
A D | unwind-pe.h | 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 | backtrace.c | 35 _Unwind_Context *context, int regno) in unwind_getgr() 45 #define unwind_getip(context) \ argument
|
A D | unwind.h | 246 _Unwind_GetGR (_Unwind_Context *context, int regno) in _Unwind_GetGR() 254 #define _Unwind_GetIP(context) \ argument 258 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) in _Unwind_SetGR() 265 #define _Unwind_SetIP(context, val) \ argument
|
/sysdeps/aarch64/ |
A D | jmpbuf-unwind.h | 29 #define _JMPBUF_CFA_UNWINDS_ADJ(jmpbuf, context, adj) \ argument
|
/sysdeps/unix/sysv/linux/ |
A D | tst-pkey.c | 52 sigsegv_handler (int signum, siginfo_t *info, void *context) in sigsegv_handler()
|
Completed in 14 milliseconds