Searched refs:UNW_ARM_SP (Results 1 – 3 of 3) sorted by relevance
/external/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 252 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 257 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 280 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 319 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 322 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 916 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 932 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 945 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 961 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
|
D | Registers.hpp | 1437 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in getRegister() 1456 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in setRegister() 1482 case UNW_ARM_SP: // UNW_ARM_R13 is alias in getRegisterName()
|
/external/libcxxabi/include/ |
D | libunwind.h | 391 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP enumerator
|