Home
last modified time | relevance | path

Searched defs:_Unwind_Context (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dunwind-dw2.c66 struct _Unwind_Context struct
79 struct _Unwind_Context. */ argument
102 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *); argument
H A Dunwind-sjlj.c89 struct _Unwind_Context struct
91 struct SjLj_Function_Context *fc;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c181 struct _Unwind_Context struct
184 unsigned long rnat; /* rse nat collection */
185 unsigned long regstk_top; /* bsp for first frame */
188 unsigned long bsp; /* backing store pointer value
190 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 …]
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c185 struct _Unwind_Context struct
188 unsigned long rnat; /* rse nat collection */
189 unsigned long regstk_top; /* lowest address of rbs stored register
193 unsigned long bsp; /* backing store pointer value
195 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2.c57 struct _Unwind_Context struct
59 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;
H A Dunwind-libunwind.c44 struct _Unwind_Context { struct
52 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for() argument
H A Dunwind-sjlj.c74 struct _Unwind_Context struct
76 struct SjLj_Function_Context *fc;
/openbsd-src/gnu/llvm/libunwind/include/
H A Dunwind.h56 typedef struct _Unwind_Context _Unwind_Context; // opaque typedef
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h82 typedef struct _Unwind_Context _Unwind_Context; typedef