Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegsX86.cpp74 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/
DMachineX86.h30 X86_REG_EBX = 3, enumerator
/system/core/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.cpp124 result.push_back({"ebx", X86_REG_EBX}); in ExpectedRegisters()
DUnwindOfflineTest.cpp182 {"eax", X86_REG_EAX}, {"ebx", X86_REG_EBX}, {"ecx", X86_REG_ECX},