Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp522 CONTEXT _msContext; member in libunwind::UnwindCursor
535 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
539 _msContext.ContextFlags = CONTEXT_CONTROL|CONTEXT_INTEGER|CONTEXT_FLOATING_POINT; in UnwindCursor()
541 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()
542 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()
543 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()
544 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX); in UnwindCursor()
545 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()
546 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()
547 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
[all …]