Searched refs:_Unwind_Context (Results 26 - 50 of 62) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced1.C16 struct _Unwind_Context *context,
/openbsd-current/gnu/lib/libexecinfo/
H A Dunwind.c45 tracer(struct _Unwind_Context *ctx, void *arg)
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1.c140 exception_object, (struct _Unwind_Context *)(cursor));
262 (struct _Unwind_Context *)(cursor));
353 (struct _Unwind_Context *)(cursor), stop_parameter);
374 (struct _Unwind_Context *)(cursor));
410 (struct _Unwind_Context *)(cursor), stop_parameter);
498 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
521 _Unwind_GetRegionStart(struct _Unwind_Context *context) {
547 _Unwind_GetGR(struct _Unwind_Context *context, int index) {
557 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
567 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *contex
[all...]
H A DUnwind-EHABI.cpp76 struct _Unwind_Context* context,
171 struct _Unwind_Context* context) {
260 _Unwind_VRS_Interpret(_Unwind_Context *context, const uint32_t *data,
448 _Unwind_Context *context) {
454 _Unwind_Context *context) {
460 _Unwind_Context *context) {
517 struct _Unwind_Context *context = (struct _Unwind_Context *)(cursor);
631 struct _Unwind_Context *context = (struct _Unwind_Context *)(curso
[all...]
H A DUnwind-seh.cpp64 struct _Unwind_Context *ctx = nullptr;
94 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1];
108 ctx = (struct _Unwind_Context *)&cursor;
202 struct _Unwind_Context *context) {
270 (struct _Unwind_Context *)(&cursor2), stop_parameter);
290 (struct _Unwind_Context *)(&cursor2));
326 (struct _Unwind_Context *)(&cursor2), stop_parameter);
421 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
433 _Unwind_GetRegionStart(struct _Unwind_Context *context) {
H A Dlibunwind_ext.h63 extern _Unwind_Reason_Code _Unwind_VRS_Interpret(_Unwind_Context *context,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2.c57 struct _Unwind_Context struct
190 _Unwind_GetGR (struct _Unwind_Context *context, int index)
211 _Unwind_GetCFA (struct _Unwind_Context *context)
219 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
227 _Unwind_GetIP (struct _Unwind_Context *context)
235 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
241 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
247 _Unwind_GetRegionStart (struct _Unwind_Context *context)
265 _Unwind_GetDataRelBase (struct _Unwind_Context *context)
271 _Unwind_GetTextRelBase (struct _Unwind_Context *contex
[all...]
H A Dunwind-pe.h86 /* Given an encoding and an _Unwind_Context, return the base to which
88 read_encoded_value_with_base for use when the _Unwind_Context is
92 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context)
270 read_encoded_value (struct _Unwind_Context *context, unsigned char encoding,
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c149 struct _Unwind_Context *);
154 struct _Unwind_Context *context) {
175 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context)
180 struct _Unwind_Context *context)
184 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context)
188 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context)
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dpr-support.c108 __gnu_unwind_execute (_Unwind_Context * context, __gnu_unwind_state * uws)
327 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context)
344 /* Get the _Unwind_Control_Block from an _Unwind_Context. */
347 unwind_UCB_from_context (_Unwind_Context * context)
355 _Unwind_GetRegionStart (_Unwind_Context * context)
366 _Unwind_GetLanguageSpecificData (_Unwind_Context * context)
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c185 struct _Unwind_Context struct
1511 ia64_copy_rbs (struct _Unwind_Context *info, unsigned long dst,
1581 unw_access_gr (struct _Unwind_Context *info, int regnum,
1676 _Unwind_GetGR (struct _Unwind_Context *context, int index)
1694 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1709 _Unwind_GetIP (struct _Unwind_Context *context)
1715 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
1724 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1730 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
1736 _Unwind_GetRegionStart (struct _Unwind_Context *contex
[all...]
H A Dlinux-unwind.h45 ia64_fallback_frame_state (struct _Unwind_Context *context,
125 ia64_handle_unwabi (struct _Unwind_Context *context, _Unwind_FrameState *fs)
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h232 struct _Unwind_Exception *, struct _Unwind_Context *);
237 struct _Unwind_Exception *, struct _Unwind_Context *);
H A Deh_personality.cc57 parse_lsda_header (_Unwind_Context *context, const unsigned char *p,
155 struct _Unwind_Context* context,
279 struct _Unwind_Context* context
346 struct _Unwind_Context* context)
352 struct _Unwind_Context *context)
650 // have an _Unwind_Context then.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c181 struct _Unwind_Context struct
1502 unw_access_gr (struct _Unwind_Context *info, int regnum,
1595 _Unwind_GetGR (struct _Unwind_Context *context, int index)
1613 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1628 _Unwind_GetIP (struct _Unwind_Context *context)
1636 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1642 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
1648 _Unwind_GetRegionStart (struct _Unwind_Context *context)
1671 _Unwind_GetCFA (struct _Unwind_Context *context)
1679 _Unwind_GetBSP (struct _Unwind_Context *contex
[all...]
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dlinux-unwind.h38 alpha_fallback_frame_state (struct _Unwind_Context *context,
H A Dvms-unwind.h26 alpha_fallback_frame_state (struct _Unwind_Context *context,
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dlinux-unwind.h96 get_regs (struct _Unwind_Context *context)
151 get_regs (struct _Unwind_Context *context)
223 ppc_fallback_frame_state (struct _Unwind_Context *context,
310 frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs ATTRIBUTE_UNUSED)
H A Ddarwin-fallback.c49 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context)
455 extern bool _Unwind_fallback_frame_state_for (struct _Unwind_Context *context,
463 _Unwind_fallback_frame_state_for (struct _Unwind_Context *context,
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-pe.h98 /* Given an encoding and an _Unwind_Context, return the base to which
100 read_encoded_value_with_base for use when the _Unwind_Context is
104 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context)
282 read_encoded_value (struct _Unwind_Context *context, unsigned char encoding,
H A Dunwind.inc43 struct _Unwind_Context *context)
88 struct _Unwind_Context this_context, cur_context;
147 struct _Unwind_Context *context)
202 struct _Unwind_Context this_context, cur_context;
225 struct _Unwind_Context this_context, cur_context;
250 struct _Unwind_Context this_context, cur_context;
284 struct _Unwind_Context context;
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlinux-unwind.h39 sparc64_fallback_frame_state (struct _Unwind_Context *context,
96 sparc_fallback_frame_state (struct _Unwind_Context *context,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp60 uptr Unwind_GetIP(struct _Unwind_Context *ctx) {
78 _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) {
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dlinux-unwind.h35 s390_fallback_frame_state (struct _Unwind_Context *context,
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dlinux-unwind.h50 mips_fallback_frame_state (struct _Unwind_Context *context,

Completed in 236 milliseconds

123