Home
last modified time | relevance | path

Searched refs:UNW_ARM64_X30 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/include/
Dlibunwind.h605 UNW_ARM64_X30 = UNW_AARCH64_X30, enumerator
/openbsd/src/gnu/llvm/libunwind/src/
DUnwindCursor.hpp658 for (int i = UNW_AARCH64_X0; i <= UNW_ARM64_X30; ++i) in UnwindCursor()
690 if (regNum >= UNW_AARCH64_X0 && regNum <= UNW_ARM64_X30) return true; in validReg()