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

/external/libunwind/src/unwind/
H A DSetIP.c29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) function
35 ALIAS (_Unwind_SetIP); variable
/external/libunwind/include/
H A Dunwind.h94 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long);
/external/clang/lib/Headers/
H A Dunwind.h185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { function
194 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c51 COMPILER_RT_ABI void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
241 _Unwind_SetIP(context, funcStart+landingPad);
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp95 NOT_HERE_BEFORE_10_6(_Unwind_SetIP)
132 NOT_HERE_BEFORE_5_0(_Unwind_SetIP)
H A DUnwind-sjlj.c401 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
403 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0lX)\n",
H A DUnwindLevel1.c460 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
462 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0llX)\n",
/external/libcxxabi/include/
H A Dunwind.h228 static inline void _Unwind_SetIP(struct _Unwind_Context* context, function
238 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
/external/libunwind/tests/
H A Dcheck-namespace.sh.in272 match _Unwind_SetIP
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp132 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
787 _Unwind_SetIP(context, funcStart + landingPad);
/external/libcxxabi/src/
H A Dcxa_personality.cpp508 _Unwind_SetIP(context, results.landingPad);

Completed in 272 milliseconds