Searched refs:_Unwind_GetGR (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 147 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) { in _Unwind_GetGR() function 158 return _Unwind_GetGR(ctx, UNWIND_IP_REG) & ~1; // thumb bit in _Unwind_GetIP() 162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1; in _Unwind_SetIP()
|
D | unwind-itanium.h | 97 uint64_t _Unwind_GetGR(struct _Unwind_Context*, int index);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind_AppleExtras.cpp | 88 NOT_HERE_BEFORE_10_6(_Unwind_GetGR) 135 NOT_HERE_BEFORE_5_0(_Unwind_GetGR)
|
D | UnwindLevel1.c | 462 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function 479 uintptr_t value = _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP() 489 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP() 497 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function
|
D | Unwind-sjlj.c | 359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() function
|
/ndk/build/tools/unwanted-symbols/arm64/ |
D | libgcc.a.functions.txt | 116 _Unwind_GetGR
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.h | 111 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, UNWIND_STACK_REG)) { \
|
D | helper_func_internal.cc | 367 exc->barrier_cache.sp = _Unwind_GetGR(ctx, UNWIND_STACK_REG); in saveDataToBarrierCache()
|
/ndk/build/tools/unwanted-symbols/mips64/ |
D | libgcc.a.functions.txt | 215 _Unwind_GetGR
|
/ndk/build/tools/unwanted-symbols/mips/ |
D | libgcc.a.functions.txt | 240 _Unwind_GetGR
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 207 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
|
/ndk/build/tools/unwanted-symbols/x86_64/ |
D | libgcc.a.functions.txt | 492 _Unwind_GetGR
|
/ndk/build/tools/unwanted-symbols/x86/ |
D | libgcc.a.functions.txt | 492 _Unwind_GetGR
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 1118 unwind_exception->barrier_cache.sp = _Unwind_GetGR(context, REG_SP); in __gxx_personality_v0() 1135 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, REG_SP)) in __gxx_personality_v0()
|