Searched defs:_Unwind_SetIP (Results 1 - 5 of 5) sorted by path

/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/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/libcxxabi/src/Unwind/
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/libunwind/src/unwind/
H A DSetIP.c29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) function
35 ALIAS (_Unwind_SetIP); variable

Completed in 2848 milliseconds