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

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.exp74 _Unwind_SetIP
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h70 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
H A Dunwind_arm_ehabi.h161 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { function
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-compat.c210 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
214 symver (_Unwind_SetIP, GCC_3.0);
H A Dunwind-generic.h159 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
H A Dunwind-c.c236 _Unwind_SetIP (context, landing_pad);
H A Dunwind-sjlj.c233 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
H A Dunwind-dw2.c325 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1571 alias (_Unwind_SetIP);
322 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
1563 alias (_Unwind_SetIP); variable
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind_AppleExtras.cpp65 NOT_HERE_BEFORE_10_6(_Unwind_SetIP)
102 NOT_HERE_BEFORE_5_0(_Unwind_SetIP)
H A DUnwind-sjlj.c461 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
463 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%" PRIuPTR ")",
H A DUnwindLevel1.c579 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
581 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0" PRIxPTR ")",
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h151 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
H A Dunwind-c.c184 _Unwind_SetIP (context, landing_pad);
H A Dunwind-libunwind.c145 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
143 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
H A Dunwind-sjlj.c205 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
203 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
H A Dunwind-dw2.c235 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h236 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { function
245 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h264 #define _Unwind_SetIP(context, val) \ macro
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c241 _Unwind_SetIP(context, (funcStart + landingPad));
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc451 _Unwind_SetIP (context, landing_pad);
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc685 _Unwind_SetIP (context, landing_pad);
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c1724 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
2424 alias (_Unwind_SetIP);
1717 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function
2416 alias (_Unwind_SetIP); variable
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp560 _Unwind_SetIP(context, results.landingPad);
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp738 _Unwind_SetIP(context, funcStart + landingPad);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c1636 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1629 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) function

Completed in 295 milliseconds