Searched refs:UNW_AARCH64_LR (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h531 UNW_AARCH64_LR = 30, enumerator in enum:__anon279
606 UNW_ARM64_LR = UNW_AARCH64_LR,
/openbsd-current/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp608 registers.setIP(registers.getRegister(UNW_AARCH64_LR));
H A DRegisters.hpp1901 if (regNum == UNW_AARCH64_LR)
1917 else if (regNum == UNW_AARCH64_LR)
1991 case UNW_AARCH64_LR:
H A DUnwindCursor.hpp819 case UNW_AARCH64_LR: _msContext.X[regNum - UNW_ARM64_X0] = value; break;

Completed in 180 milliseconds