Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegsX86_64.cpp87 fn("rsi", regs_[X86_64_REG_RSI]); in IterateRegisters()
110 (*regs)[X86_64_REG_RSI] = user->rsi; in Read()
124 regs_[X86_64_REG_RSI] = ucontext->uc_mcontext.rsi; in SetFromUcontext()
/system/core/libunwindstack/include/unwindstack/
DMachineX86_64.h31 X86_64_REG_RSI = 4, enumerator
/system/core/libunwindstack/tests/
DRegsIterateTest.cpp151 result.push_back({"rsi", X86_64_REG_RSI}); in ExpectedRegisters()
DUnwindOfflineTest.cpp192 {"rdi", X86_64_REG_RDI}, {"rsi", X86_64_REG_RSI}, {"rbp", X86_64_REG_RBP},