Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DRegsX86.cpp72 fn("esi", regs_[X86_REG_ESI]); in IterateRegisters()
87 (*regs)[X86_REG_ESI] = user->esi; in Read()
97 regs_[X86_REG_ESI] = ucontext->uc_mcontext.esi; in SetFromUcontext()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86.h33 X86_REG_ESI = 6, enumerator
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp130 result.push_back({"esi", X86_REG_ESI}); in ExpectedRegisters()
DUnwindOfflineTest.cpp194 {"esi", X86_REG_ESI}, {"esp", X86_REG_ESP}, {"eip", X86_REG_EIP},