Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h581 UNW_ARM_R5 = 5, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp603 _msContext.R5 = r.getRegister(UNW_ARM_R5); in UnwindCursor()
686 case UNW_ARM_R5: return _msContext.R5; in getReg()
736 case UNW_ARM_R5: _msContext.R5 = value; break; in setReg()
DRegisters.hpp2293 case UNW_ARM_R5: in getRegisterName()