Searched refs:_Unwind_GetGR (Results 1 – 14 of 14) sorted by relevance
/external/libunwind/src/unwind/ |
D | GetGR.c | 29 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() function 43 ALIAS (_Unwind_GetGR);
|
/external/clang/lib/Headers/ |
D | unwind.h | 166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() function 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() 190 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
|
/external/libunwind_llvm/include/ |
D | unwind.h | 209 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index); 231 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function 246 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP() 251 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP()
|
/external/libunwind_llvm/src/ |
D | Unwind_AppleExtras.cpp | 88 NOT_HERE_BEFORE_10_6(_Unwind_GetGR) 135 NOT_HERE_BEFORE_5_0(_Unwind_GetGR)
|
D | Unwind-sjlj.c | 359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() function
|
D | UnwindLevel1.c | 466 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function
|
/external/libunwind/include/ |
D | unwind.h | 90 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 1091 unwind_exception->barrier_cache.sp = _Unwind_GetGR(context, REG_SP); in __gxx_personality_v0() 1108 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, REG_SP)) in __gxx_personality_v0()
|
/external/libunwind/tests/ |
D | check-namespace.sh.in | 262 match _Unwind_GetGR
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 132 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);
|
/external/google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/ |
D | libgcc_s.so.1.sym | 99 PUBLIC de60 0 _Unwind_GetGR
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 133 fun:_Unwind_GetGR=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 54363 FUNC 6916e 16 0 _Unwind_GetGR 54695 FUNC 6992c 16 0 _Unwind_GetGR
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 56233 FUNC a2428 58 0 _Unwind_GetGR
|