Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DRegsX86.cpp67 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/
DMachineX86.h30 X86_REG_EBX = 3, enumerator
/system/unwinding/libunwindstack/tests/
DRegsStepIfSignalHandlerTest.cpp147 EXPECT_EQ(0x90U, regs[X86_REG_EBX]); in TEST_F()
175 EXPECT_EQ(0xd0U, regs[X86_REG_EBX]); in TEST_F()
DRegsIterateTest.cpp125 result.push_back({"ebx", X86_REG_EBX}); in ExpectedRegisters()
DUnwindOfflineTest.cpp192 {"eax", X86_REG_EAX}, {"ebx", X86_REG_EBX}, {"ecx", X86_REG_ECX},