Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/libunwind/include/
HDlibunwind.h572 UNW_ARM_R2 = 2, enumerator
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp597 _msContext.R2 = r.getRegister(UNW_ARM_R2); in UnwindCursor()
680 case UNW_ARM_R2: return _msContext.R2; in getReg()
730 case UNW_ARM_R2: _msContext.R2 = value; break; in setReg()
HDRegisters.hpp2280 case UNW_ARM_R2: in getRegisterName()