Searched refs:UNW_ARM_S0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp789 if (regNum >= UNW_ARM_S0 && regNum <= UNW_ARM_S31) return true;
802 if (regNum >= UNW_ARM_S0 && regNum <= UNW_ARM_S31) {
807 d.w = _msContext.S[regNum - UNW_ARM_S0];
830 if (regNum >= UNW_ARM_S0 && regNum <= UNW_ARM_S31) {
836 _msContext.S[regNum - UNW_ARM_S0] = d.w;
H A DRegisters.hpp2302 case UNW_ARM_S0:
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h590 UNW_ARM_S0 = 64, enumerator in enum:__anon3729

Completed in 131 milliseconds