/external/linux-kselftest/tools/testing/selftests/x86/ |
D | unwind_vdso.c | 102 unsigned long eax = _Unwind_GetGR(ctx, 0); in trace_fn() 103 unsigned long ecx = _Unwind_GetGR(ctx, 1); in trace_fn() 104 unsigned long edx = _Unwind_GetGR(ctx, 2); in trace_fn() 105 unsigned long ebx = _Unwind_GetGR(ctx, 3); in trace_fn() 106 unsigned long ebp = _Unwind_GetGR(ctx, 5); in trace_fn() 107 unsigned long esi = _Unwind_GetGR(ctx, 6); in trace_fn() 108 unsigned long edi = _Unwind_GetGR(ctx, 7); in trace_fn()
|
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/ |
D | personality.ll | 69 … %0, i32 %1, i64 %2, i8* %3, i8* %4, i8* null, i8* bitcast (void ()* @_Unwind_GetGR to i8*), i8* b… 73 …i8* %4, i8* bitcast (void ()* @global to i8*), i8* bitcast (void ()* @_Unwind_GetGR to i8*), i8* b… 77 … i8* %4, i8* bitcast (void ()* @local to i8*), i8* bitcast (void ()* @_Unwind_GetGR to i8*), i8* b… 81 …4, i8* bitcast (void ()* @local_alias to i8*), i8* bitcast (void ()* @_Unwind_GetGR to i8*), i8* b… 85 …, i8* %3, i8* %4, i8* inttoptr (i64 1 to i8*), i8* bitcast (void ()* @_Unwind_GetGR to i8*), i8* b… 89 …, i8* %3, i8* %4, i8* inttoptr (i64 2 to i8*), i8* bitcast (void ()* @_Unwind_GetGR to i8*), i8* b…
|
/external/clang/lib/Headers/ |
D | unwind.h | 183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() function 197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 203 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() 207 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() function 226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() 236 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 217 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index); 239 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function 254 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP() 259 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP()
|
/external/llvm-project/libunwind/src/ |
D | Unwind_AppleExtras.cpp | 58 NOT_HERE_BEFORE_10_6(_Unwind_GetGR) 105 NOT_HERE_BEFORE_5_0(_Unwind_GetGR)
|
D | Unwind-sjlj.c | 405 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() function
|
D | UnwindLevel1.c | 473 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() function
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 1124 unwind_exception->barrier_cache.sp = _Unwind_GetGR(context, REG_SP); in __gxx_personality_v0() 1141 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, REG_SP)) in __gxx_personality_v0()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_personality.cpp | 1123 unwind_exception->barrier_cache.sp = _Unwind_GetGR(context, REG_SP); in __gxx_personality_v0() 1140 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, REG_SP)) in __gxx_personality_v0()
|
/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/llvm-project/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
|