Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/include/
Dlibunwind.h656 UNW_ARM_R3 = 3, enumerator
/openbsd/src/gnu/llvm/libunwind/src/
DUnwindCursor.hpp636 _msContext.R3 = r.getRegister(UNW_ARM_R3); in UnwindCursor()
721 case UNW_ARM_R3: return _msContext.R3; in getReg()
771 case UNW_ARM_R3: _msContext.R3 = value; break; in setReg()
DRegisters.hpp2359 case UNW_ARM_R3: in getRegisterName()