Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/include/
H A Dlibunwind.h655 UNW_ARM_R2 = 2, enumerator
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp635 _msContext.R2 = r.getRegister(UNW_ARM_R2); in UnwindCursor()
720 case UNW_ARM_R2: return _msContext.R2; in getReg()
770 case UNW_ARM_R2: _msContext.R2 = value; break; in setReg()
H A DRegisters.hpp2357 case UNW_ARM_R2: in getRegisterName()