Searched refs:_Unwind_SetGR (Results 1 - 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/gabi++/include/ |
H A D | unwind-arm.h | 153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) { function 163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
|
H A D | unwind-itanium.h | 91 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
H A D | Unwind_AppleExtras.cpp | 94 NOT_HERE_BEFORE_10_6(_Unwind_SetGR) 131 NOT_HERE_BEFORE_5_0(_Unwind_SetGR)
|
H A D | Unwind-sjlj.c | 369 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, function 371 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%0lX)\n"
|
H A D | UnwindLevel1.c | 438 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, function 440 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, "
|
/ndk/sources/cxx-stl/gabi++/src/ |
H A D | helper_func_internal.h | 121 _Unwind_SetGR (context, UNWIND_POINTER_REG, reinterpret_cast<uint32_t>(unwind_exception));
|
H A D | helper_func_internal.cc | 351 _Unwind_SetGR(context, 0, reinterpret_cast<uintptr_t>(unwind_exception)); 352 _Unwind_SetGR(context, 1, static_cast<uintptr_t>(results.ttypeIndex)); 482 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), 484 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1),
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
H A D | unwind.h | 224 static inline void _Unwind_SetGR(struct _Unwind_Context* context, int index, function 238 _Unwind_SetGR(context, 15, new_value | thumb_bit); 242 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
H A D | cxa_personality.cpp | 506 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), 508 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 1097 _Unwind_SetGR(context, REG_UCB, reinterpret_cast<uint32_t>(unwind_exception));
|
Completed in 12 milliseconds