Searched refs:X86_REG_EIP (Results 1 – 5 of 5) sorted by relevance
/system/unwinding/libunwindstack/include/unwindstack/ |
D | MachineX86.h | 35 X86_REG_EIP = 8, enumerator 46 X86_REG_PC = X86_REG_EIP,
|
/system/unwinding/libunwindstack/ |
D | RegsX86.cpp | 74 fn("eip", regs_[X86_REG_EIP]); in IterateRegisters() 89 (*regs)[X86_REG_EIP] = user->eip; in Read() 104 regs_[X86_REG_EIP] = ucontext->uc_mcontext.eip; in SetFromUcontext() 145 regs_[X86_REG_EIP] = context.eip; in StepIfSignalHandler()
|
/system/unwinding/libunwindstack/tests/ |
D | RegsStepIfSignalHandlerTest.cpp | 136 regs[X86_REG_EIP] = 0x4100; in TEST_F() 151 EXPECT_EQ(0xf0U, regs[X86_REG_EIP]); in TEST_F() 159 regs[X86_REG_EIP] = 0x4100; in TEST_F() 179 EXPECT_EQ(0x130U, regs[X86_REG_EIP]); in TEST_F()
|
D | RegsIterateTest.cpp | 132 result.push_back({"eip", X86_REG_EIP}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 194 {"esi", X86_REG_ESI}, {"esp", X86_REG_ESP}, {"eip", X86_REG_EIP},
|