Searched refs:X86_REG_ECX (Results 1 – 5 of 5) sorted by relevance
/system/unwinding/libunwindstack/ |
D | RegsX86.cpp | 68 fn("ecx", regs_[X86_REG_ECX]); in IterateRegisters() 83 (*regs)[X86_REG_ECX] = user->ecx; in Read() 102 regs_[X86_REG_ECX] = ucontext->uc_mcontext.ecx; in SetFromUcontext() 143 regs_[X86_REG_ECX] = context.ecx; in StepIfSignalHandler()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | MachineX86.h | 28 X86_REG_ECX = 1, enumerator
|
/system/unwinding/libunwindstack/tests/ |
D | RegsStepIfSignalHandlerTest.cpp | 149 EXPECT_EQ(0xb0U, regs[X86_REG_ECX]); in TEST_F() 177 EXPECT_EQ(0xf0U, regs[X86_REG_ECX]); in TEST_F()
|
D | RegsIterateTest.cpp | 126 result.push_back({"ecx", X86_REG_ECX}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 192 {"eax", X86_REG_EAX}, {"ebx", X86_REG_EBX}, {"ecx", X86_REG_ECX},
|