Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegsX86_64.cpp74 fn("rax", regs_[X86_64_REG_RAX]); in IterateRegisters()
97 (*regs)[X86_64_REG_RAX] = user->rax; in Read()
128 regs_[X86_64_REG_RAX] = ucontext->uc_mcontext.rax; in SetFromUcontext()
/system/core/libunwindstack/include/unwindstack/
DMachineX86_64.h27 X86_64_REG_RAX = 0, enumerator
/system/core/libunwindstack/tests/
DRegsIterateTest.cpp138 result.push_back({"rax", X86_64_REG_RAX}); in ExpectedRegisters()
DUnwindOfflineTest.cpp188 {"rax", X86_64_REG_RAX}, {"rbx", X86_64_REG_RBX}, {"rcx", X86_64_REG_RCX},