Searched refs:UNW_ARM_SP (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp269 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
274 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
297 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
336 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
339 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
434 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
1071 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP,
1087 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP,
1103 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP,
1126 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT3
[all...]
H A DUnwindCursor.hpp646 _msContext.Sp = r.getRegister(UNW_ARM_SP);
732 case UNW_ARM_SP: return _msContext.Sp;
782 case UNW_ARM_SP: _msContext.Sp = value; break;
H A DRegisters.hpp2273 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP)
2304 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) {
2351 case UNW_ARM_SP: // UNW_ARM_R13 is alias
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h666 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP enumerator in enum:__anon280

Completed in 87 milliseconds