Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegsX86_64.cpp69 fn("rcx", regs_[X86_64_REG_RCX]); in IterateRegisters()
92 (*regs)[X86_64_REG_RCX] = user->rcx; in Read()
122 regs_[X86_64_REG_RCX] = ucontext->uc_mcontext.rcx; in SetFromUcontext()
/system/core/libunwindstack/include/unwindstack/
DMachineX86_64.h29 X86_64_REG_RCX = 2, enumerator
/system/core/libunwindstack/tests/
DRegsIterateTest.cpp141 result.push_back({"rcx", X86_64_REG_RCX}); in ExpectedRegisters()
DUnwindOfflineTest.cpp193 {"rax", X86_64_REG_RAX}, {"rbx", X86_64_REG_RBX}, {"rcx", X86_64_REG_RCX},