Home
last modified time | relevance | path

Searched refs:UNWIND_STACK_REG (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.h111 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, UNWIND_STACK_REG)) { \
Dhelper_func_internal.cc367 exc->barrier_cache.sp = _Unwind_GetGR(ctx, UNWIND_STACK_REG); in saveDataToBarrierCache()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h144 #define UNWIND_STACK_REG 13 macro