Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/include/
H A Dlibunwind.h662 UNW_ARM_R9 = 9, enumerator
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp642 _msContext.R9 = r.getRegister(UNW_ARM_R9); in UnwindCursor()
727 case UNW_ARM_R9: return _msContext.R9; in getReg()
777 case UNW_ARM_R9: _msContext.R9 = value; break; in setReg()
H A DRegisters.hpp2371 case UNW_ARM_R9: in getRegisterName()