Home
last modified time | relevance | path

Searched refs:UNW_X86_64_RDX (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
DUnwind-seh.cpp165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
DUnwindCursor.hpp581 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()
701 case UNW_X86_64_RDX: return _msContext.Rdx; in getReg()
751 case UNW_X86_64_RDX: _msContext.Rdx = value; break; in setReg()
DRegisters.hpp378 case UNW_X86_64_RDX: in getRegister()
424 case UNW_X86_64_RDX: in setRegister()
482 case UNW_X86_64_RDX: in getRegisterName()
/openbsd/src/gnu/llvm/libunwind/include/
Dlibunwind.h161 UNW_X86_64_RDX = 1, enumerator