Searched defs:_Unwind_Context (Results 1 – 9 of 9) sorted by relevance
66 struct _Unwind_Context struct79 struct _Unwind_Context. */ argument102 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *); argument
89 struct _Unwind_Context struct91 struct SjLj_Function_Context *fc;
181 struct _Unwind_Context struct184 unsigned long rnat; /* rse nat collection */185 unsigned long regstk_top; /* bsp for first frame */188 unsigned long bsp; /* backing store pointer value190 unsigned long sp; /* stack pointer value */191 unsigned long psp; /* previous sp value */192 unsigned long rp; /* return pointer */193 unsigned long pr; /* predicate collection */195 unsigned long region_start; /* start of unwind region */196 unsigned long gp; /* global pointer value */[all …]
185 struct _Unwind_Context struct188 unsigned long rnat; /* rse nat collection */189 unsigned long regstk_top; /* lowest address of rbs stored register193 unsigned long bsp; /* backing store pointer value195 unsigned long sp; /* stack pointer value */196 unsigned long psp; /* previous sp value */197 unsigned long rp; /* return pointer */198 unsigned long pr; /* predicate collection */200 unsigned long region_start; /* start of unwind region */201 unsigned long gp; /* global pointer value */[all …]
57 struct _Unwind_Context struct59 void *reg[DWARF_FRAME_REGISTERS+1];60 void *cfa;61 void *ra;62 void *lsda;63 struct dwarf_eh_bases bases;64 _Unwind_Word args_size;
44 struct _Unwind_Context { struct52 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for() argument
74 struct _Unwind_Context struct76 struct SjLj_Function_Context *fc;
56 typedef struct _Unwind_Context _Unwind_Context; // opaque typedef
82 typedef struct _Unwind_Context _Unwind_Context; typedef