Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/include/
HDlibunwind.h664 UNW_ARM_R11 = 11, enumerator
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp653 _msContext.R11 = r.getRegister(UNW_ARM_R11); in UnwindCursor()
740 case UNW_ARM_R11: return _msContext.R11; in getReg()
791 case UNW_ARM_R11: _msContext.R11 = value; break; in setReg()
HDRegisters.hpp2386 case UNW_ARM_R11: in getRegisterName()