Searched refs:_Unwind_Context (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h108 struct _Unwind_Context;
117 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
138 (struct _Unwind_Context *, void *);
147 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
148 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
150 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
151 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
154 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
156 extern void *_Unwind_GetLanguageSpecificData (struct _Unwind_Context *);
158 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
[all...]
H A Dunwind-libunwind.c44 struct _Unwind_Context { struct
53 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs)
69 uw_identify_context (struct _Unwind_Context *context)
86 uw_install_context (struct _Unwind_Context *current __attribute__ ((unused)),
87 struct _Unwind_Context *target)
100 _Unwind_GetGR (struct _Unwind_Context *context, int index)
113 _Unwind_GetCFA (struct _Unwind_Context *context)
124 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
134 _Unwind_GetIP (struct _Unwind_Context *context)
145 _Unwind_SetIP (struct _Unwind_Context *contex
[all...]
H A Dunwind-sjlj.c74 struct _Unwind_Context struct
174 _Unwind_GetGR (struct _Unwind_Context *context, int index)
182 _Unwind_GetCFA (struct _Unwind_Context *context)
189 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
197 _Unwind_GetIP (struct _Unwind_Context *context)
205 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
211 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
217 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) )
230 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) )
236 _Unwind_GetTextRelBase (struct _Unwind_Context *contex
[all...]
H A Dunwind-c.c41 parse_lsda_header (struct _Unwind_Context *context, const unsigned char *p,
84 struct _Unwind_Exception *, struct _Unwind_Context *);
91 struct _Unwind_Context *context)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-compat.c79 (struct _Unwind_Context *);
82 _Unwind_GetCFA (struct _Unwind_Context *context)
90 (struct _Unwind_Context *);
93 _Unwind_GetBSP (struct _Unwind_Context * context)
100 (struct _Unwind_Context *);
103 _Unwind_GetDataRelBase (struct _Unwind_Context *context)
110 (struct _Unwind_Context *);
113 _Unwind_GetTextRelBase (struct _Unwind_Context *context)
121 (struct _Unwind_Context *, int );
124 _Unwind_GetGR (struct _Unwind_Context *contex
[all...]
H A Dunwind-generic.h115 struct _Unwind_Context;
124 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
145 (struct _Unwind_Context *, void *);
154 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
155 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
157 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
158 extern _Unwind_Ptr _Unwind_GetIPInfo (struct _Unwind_Context *, int *);
159 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
162 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
164 extern void *_Unwind_GetLanguageSpecificData (struct _Unwind_Context *);
[all...]
H A Dunwind-sjlj.c89 struct _Unwind_Context struct
183 _Unwind_GetGR (struct _Unwind_Context *context, int index)
191 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused)))
210 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
218 _Unwind_GetIP (struct _Unwind_Context *context)
224 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
233 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
239 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
245 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) )
258 _Unwind_GetDataRelBase (struct _Unwind_Context *contex
[all...]
H A Dunwind-c.c50 parse_lsda_header (struct _Unwind_Context *context, const unsigned char *p,
108 struct _Unwind_Context *);
113 struct _Unwind_Context * context)
117 struct _Unwind_Exception *, struct _Unwind_Context *);
124 struct _Unwind_Context *context)
H A Dunwind-dw2.c66 struct _Unwind_Context struct
79 struct _Unwind_Context. */
103 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
104 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
136 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
142 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
151 _Unwind_IsExtendedContext (struct _Unwind_Context *context)
179 _Unwind_GetGR (struct _Unwind_Context *context, int index)
216 _Unwind_GetPtr (struct _Unwind_Context *context, int index)
224 _Unwind_GetCFA (struct _Unwind_Context *contex
[all...]
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h16 struct _Unwind_Context; // opaque
45 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
66 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
67 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
69 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
70 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
H A Dunwind.h56 typedef struct _Unwind_Context _Unwind_Context; // opaque typedef in typeref:struct:_Unwind_Context
69 struct _Unwind_Context* context,
76 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
78 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
113 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
120 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
129 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
164 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
166 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *contex
[all...]
H A Dunwind_arm_ehabi.h69 struct _Unwind_Context *context);
114 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
119 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
124 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
142 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
149 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
155 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
161 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) {
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-unwind.h31 (struct _Unwind_Context *context, _Unwind_FrameState *fs);
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.h36 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
39 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
42 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
H A DUnwind-sjlj.c147 exception_object, (struct _Unwind_Context *)c);
209 exception_object, (struct _Unwind_Context *)c);
270 (struct _Unwind_Context *)c, stop_parameter);
289 (struct _Unwind_Context *)c);
325 (struct _Unwind_Context *)c, stop_parameter);
407 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
417 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
427 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
438 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
449 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *contex
[all...]
H A DUnwindLevel1-gcc-ext.c65 _Unwind_GetDataRelBase(struct _Unwind_Context *context) {
78 _Unwind_GetTextRelBase(struct _Unwind_Context *context) {
175 struct _Unwind_Context *context = (struct _Unwind_Context *)&cursor;
201 result = (*callback)((struct _Unwind_Context *)(&cursor), ref);
233 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
246 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h82 typedef struct _Unwind_Context _Unwind_Context; typedef in typeref:struct:_Unwind_Context
173 _Unwind_Control_Block *, _Unwind_Context *);
175 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
179 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
183 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
191 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
192 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
195 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
196 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
[all...]
H A Dunwind-arm.c168 _Unwind_Control_Block *, _Unwind_Context *);// __attribute__((weak));
170 _Unwind_Control_Block *, _Unwind_Context *) __attribute__((weak));
172 _Unwind_Control_Block *, _Unwind_Context *) __attribute__((weak));
176 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context,
207 _Unwind_VRS_Result _Unwind_VRS_Set (_Unwind_Context *context,
239 _Unwind_VRS_Result _Unwind_VRS_Pop (_Unwind_Context *context,
494 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs);
597 _Unwind_GetCFA (_Unwind_Context *context)
691 (_US_UNWIND_FRAME_RESUME, ucbp, (_Unwind_Context *) entry_vrs);
731 /* Get the _Unwind_Control_Block from an _Unwind_Context
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h64 struct _Unwind_Context;
161 struct _Unwind_Context *,
167 struct _Unwind_Context *);
170 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
204 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
210 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
217 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
236 void _Unwind_SetIP(struct _Unwind_Context *__contex
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp25 _Unwind_Context* context);
30 // against different unwinders. The _Unwind_Context data structure is opaque so
32 typedef uintptr_t GetGRFn(_Unwind_Context* context, int index);
33 typedef uintptr_t GetCFAFn(_Unwind_Context* context);
39 _Unwind_Context* context,
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C14 struct _Unwind_Context *context,
H A Dforced3.C15 struct _Unwind_Context *context,
H A Dforced4.C14 struct _Unwind_Context *context,
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c12 struct _Unwind_Context *context,
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dunwind-cxx.h148 struct _Unwind_Exception *, struct _Unwind_Context *);
153 struct _Unwind_Exception *, struct _Unwind_Context *);

Completed in 187 milliseconds

123