HomeSort by relevance Sort by last modified time
    Searched refs:_UVRSD_UINT32 (Results 1 - 6 of 6) sorted by null

  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 30 _UVRSD_UINT32 = 0,
61 _Unwind_VRS_Get(ctx, _UVRSC_CORE, index, _UVRSD_UINT32, &val);
67 _Unwind_VRS_Set(ctx, _UVRSC_CORE, index, _UVRSD_UINT32, &val);
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 196 // _UVRSD_UINT32.
257 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
262 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
275 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
284 _UVRSD_UINT32, &sp);
285 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
293 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
307 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
324 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
327 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
    [all...]
  /external/clang/lib/Headers/
unwind.h 140 _UVRSD_UINT32 = 0,
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_android-inl.h 76 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip);
  /external/libcxxabi/include/
unwind.h 180 _UVRSD_UINT32 = 0,
213 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
220 _UVRSD_UINT32, &new_value);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 211 15 /* r15 = PC */, _UVRSD_UINT32, &val);

Completed in 1541 milliseconds