Searched refs:X86_REG_EBX (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/ |
D | RegsX86.cpp | 74 fn("ebx", regs_[X86_REG_EBX]); in IterateRegisters() 89 (*regs)[X86_REG_EBX] = user->ebx; in Read() 107 regs_[X86_REG_EBX] = ucontext->uc_mcontext.ebx; in SetFromUcontext() 148 regs_[X86_REG_EBX] = context.ebx; in StepIfSignalHandler()
|
/system/core/libunwindstack/include/unwindstack/ |
D | MachineX86.h | 30 X86_REG_EBX = 3, enumerator
|
/system/core/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 | 124 result.push_back({"ebx", X86_REG_EBX}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 182 {"eax", X86_REG_EAX}, {"ebx", X86_REG_EBX}, {"ecx", X86_REG_ECX},
|