Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegsX86.cpp69 fn("edx", regs_[X86_REG_EDX]); in IterateRegisters()
84 (*regs)[X86_REG_EDX] = user->edx; in Read()
101 regs_[X86_REG_EDX] = ucontext->uc_mcontext.edx; in SetFromUcontext()
142 regs_[X86_REG_EDX] = context.edx; in StepIfSignalHandler()
/system/core/libunwindstack/include/unwindstack/
DMachineX86.h29 X86_REG_EDX = 2, enumerator
/system/core/libunwindstack/tests/
DRegsStepIfSignalHandlerTest.cpp148 EXPECT_EQ(0xa0U, regs[X86_REG_EDX]); in TEST_F()
176 EXPECT_EQ(0xe0U, regs[X86_REG_EDX]); in TEST_F()
DRegsIterateTest.cpp127 result.push_back({"edx", X86_REG_EDX}); in ExpectedRegisters()
DUnwindOfflineTest.cpp188 {"edx", X86_REG_EDX}, {"ebp", X86_REG_EBP}, {"edi", X86_REG_EDI},