Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/include/
Dlibunwind.h657 UNW_ARM_R4 = 4, enumerator
/openbsd/src/gnu/llvm/libunwind/src/
DUnwindCursor.hpp637 _msContext.R4 = r.getRegister(UNW_ARM_R4); in UnwindCursor()
722 case UNW_ARM_R4: return _msContext.R4; in getReg()
772 case UNW_ARM_R4: _msContext.R4 = value; break; in setReg()
DRegisters.hpp2361 case UNW_ARM_R4: in getRegisterName()