Home
last modified time | relevance | path

Searched refs:X86_REG_EBX (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/tests/
DRegsStepIfSignalHandlerTest.cpp142 EXPECT_EQ(0x90U, regs[X86_REG_EBX]); in TEST_F()
171 EXPECT_EQ(0xd0U, regs[X86_REG_EBX]); in TEST_F()
/system/core/libunwindstack/
DMachine.h94 X86_REG_EBX = 3, enumerator
DRegs.cpp174 (*regs)[X86_REG_EBX] = user->ebx; in ReadX86()
267 regs_[X86_REG_EBX] = ucontext->uc_mcontext.ebx; in SetFromUcontext()
476 regs_[X86_REG_EBX] = context.ebx; in StepIfSignalHandler()