Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DRegsX86_64.cpp70 fn("rdx", regs_[X86_64_REG_RDX]); in IterateRegisters()
93 (*regs)[X86_64_REG_RDX] = user->rdx; in Read()
120 regs_[X86_64_REG_RDX] = ucontext->uc_mcontext.rdx; in SetFromUcontext()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86_64.h27 X86_64_REG_RDX = 1, enumerator
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp140 result.push_back({"rdx", X86_64_REG_RDX}); in ExpectedRegisters()
DAndroidUnwinderTest.cpp254 x86_64_ucontext->uc_mcontext.rdx = (*regs_x86_64)[X86_64_REG_RDX]; in TEST_F()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp523 {"rdx", X86_64_REG_RDX}, {"r8", X86_64_REG_R8}, {"r9", X86_64_REG_R9},