Searched refs:UNW_ARM_R0 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp295 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg,
920 return __unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno),
983 return __unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno),
H A DUnwind-seh.cpp168 __unw_get_reg(&cursor, UNW_ARM_R0, &retval);
H A DUnwindCursor.hpp633 _msContext.R0 = r.getRegister(UNW_ARM_R0);
686 if ((regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R15) ||
718 case UNW_ARM_R0: return _msContext.R0;
768 case UNW_ARM_R0: _msContext.R0 = value; break;
H A DRegisters.hpp2256 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R15)
2282 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12)
2319 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) {
2353 case UNW_ARM_R0:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h653 UNW_ARM_R0 = 0, enumerator in enum:__anon280

Completed in 97 milliseconds