Searched refs:_Unwind_SetIP (Results 1 - 12 of 12) sorted by relevance
/external/libunwind/src/unwind/ |
H A D | SetIP.c | 29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) function 35 ALIAS (_Unwind_SetIP); variable
|
/external/libunwind/include/ |
H A D | unwind.h | 94 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long);
|
/external/libunwind_llvm/src/ |
H A D | Unwind_AppleExtras.cpp | 96 NOT_HERE_BEFORE_10_6(_Unwind_SetIP) 133 NOT_HERE_BEFORE_5_0(_Unwind_SetIP)
|
H A D | Unwind-sjlj.c | 401 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function 403 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0lX)",
|
H A D | UnwindLevel1.c | 498 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function 500 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0" PRIx64 ")",
|
/external/clang/lib/Headers/ |
H A D | unwind.h | 202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { function 211 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
|
/external/libunwind_llvm/include/ |
H A D | unwind.h | 217 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value); 254 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { function
|
/external/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 233 _Unwind_SetIP(context, (funcStart + landingPad));
|
/external/libunwind/tests/ |
H A D | check-namespace.sh.in | 272 match _Unwind_SetIP
|
/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 134 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value); 789 _Unwind_SetIP(context, funcStart + landingPad);
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 137 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value); 765 _Unwind_SetIP(context, funcStart + landingPad);
|
/external/libcxxabi/src/ |
H A D | cxa_personality.cpp | 531 _Unwind_SetIP(context, results.landingPad);
|
Completed in 956 milliseconds