Searched refs:UNW_X86_64_RBX (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h154 UNW_X86_64_RBX = 3, enumerator in enum:__anon2626
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp354 case UNW_X86_64_RBX:
401 case UNW_X86_64_RBX:
456 case UNW_X86_64_RBX:
H A DUnwindCursor.hpp544 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX);
663 case UNW_X86_64_RBX: return _msContext.Rbx;
713 case UNW_X86_64_RBX: _msContext.Rbx = value; break;

Completed in 94 milliseconds