Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/libunwind/include/
HDlibunwind.h575 UNW_ARM_R5 = 5, enumerator
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp600 _msContext.R5 = r.getRegister(UNW_ARM_R5); in UnwindCursor()
683 case UNW_ARM_R5: return _msContext.R5; in getReg()
733 case UNW_ARM_R5: _msContext.R5 = value; break; in setReg()
HDRegisters.hpp2286 case UNW_ARM_R5: in getRegisterName()