Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DRegsX86_64.cpp79 fn("rdi", regs_[X86_64_REG_RDI]); in IterateRegisters()
102 (*regs)[X86_64_REG_RDI] = user->rdi; in Read()
116 regs_[X86_64_REG_RDI] = ucontext->uc_mcontext.rdi; in SetFromUcontext()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86_64.h31 X86_64_REG_RDI = 5, enumerator
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp149 result.push_back({"rdi", X86_64_REG_RDI}); in ExpectedRegisters()
DAndroidUnwinderTest.cpp250 x86_64_ucontext->uc_mcontext.rdi = (*regs_x86_64)[X86_64_REG_RDI]; in TEST_F()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp526 {"rdi", X86_64_REG_RDI}, {"rsi", X86_64_REG_RSI}, {"rbp", X86_64_REG_RBP},