Searched refs:X86_REG_EBX (Results 1 – 5 of 5) sorted by relevance
/system/unwinding/libunwindstack/ |
D | RegsX86.cpp | 67 fn("ebx", regs_[X86_REG_EBX]); in IterateRegisters() 82 (*regs)[X86_REG_EBX] = user->ebx; in Read() 100 regs_[X86_REG_EBX] = ucontext->uc_mcontext.ebx; in SetFromUcontext() 141 regs_[X86_REG_EBX] = context.ebx; in StepIfSignalHandler()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | MachineX86.h | 30 X86_REG_EBX = 3, enumerator
|
/system/unwinding/libunwindstack/tests/ |
D | RegsStepIfSignalHandlerTest.cpp | 147 EXPECT_EQ(0x90U, regs[X86_REG_EBX]); in TEST_F() 175 EXPECT_EQ(0xd0U, regs[X86_REG_EBX]); in TEST_F()
|
D | RegsIterateTest.cpp | 125 result.push_back({"ebx", X86_REG_EBX}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 192 {"eax", X86_REG_EAX}, {"ebx", X86_REG_EBX}, {"ecx", X86_REG_ECX},
|