HomeSort by relevance Sort by last modified time
    Searched refs:_Unwind_SetGR (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/libunwind/src/unwind/
SetGR.c 32 _Unwind_SetGR (struct _Unwind_Context *context, int index,
47 ALIAS (_Unwind_SetGR);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind.h 79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind.h 79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind.h 79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind.h 79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
unwind.h 173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
191 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
unwind.h 173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
191 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 154 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
164 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
unwind-itanium.h 91 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
unwind-arm.h 153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
unwind-itanium.h 98 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
unwind-arm.h 153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
unwind-itanium.h 98 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
  /external/libunwind/include/
unwind.h 91 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long);
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 230 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
232 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0);
  /external/libunwind_llvm/src/
Unwind_AppleExtras.cpp 95 NOT_HERE_BEFORE_10_6(_Unwind_SetGR)
132 NOT_HERE_BEFORE_5_0(_Unwind_SetGR)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind_AppleExtras.cpp 94 NOT_HERE_BEFORE_10_6(_Unwind_SetGR)
131 NOT_HERE_BEFORE_5_0(_Unwind_SetGR)
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
helper_func_internal.h 121 _Unwind_SetGR (context, UNWIND_POINTER_REG, reinterpret_cast<uint32_t>(unwind_exception));
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
helper_func_internal.h 121 _Unwind_SetGR (context, UNWIND_POINTER_REG, reinterpret_cast<uint32_t>(unwind_exception));
  /external/clang/lib/Headers/
unwind.h 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
204 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
  /external/libunwind_llvm/include/
unwind.h 214 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
242 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
256 _Unwind_SetGR(context, 15, value | thumb_bit);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
unwind.h 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
204 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
unwind.h 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
204 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
unwind.h 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
204 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
unwind.h 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
204 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);

Completed in 1141 milliseconds

1 2 3