Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86_64.h34 X86_64_REG_RSP = 7, enumerator
46 X86_64_REG_SP = X86_64_REG_RSP,
/system/unwinding/libunwindstack/
DRegsX86_64.cpp82 fn("rsp", regs_[X86_64_REG_RSP]); in IterateRegisters()
105 (*regs)[X86_64_REG_RSP] = user->rsp; in Read()
123 regs_[X86_64_REG_RSP] = ucontext->uc_mcontext.rsp; in SetFromUcontext()
/system/unwinding/libunwindstack/tests/
DRegsStepIfSignalHandlerTest.cpp188 regs[X86_64_REG_RSP] = addr; in TEST_F()
198 EXPECT_EQ(0x140U, regs[X86_64_REG_RSP]); in TEST_F()
DRegsIterateTest.cpp154 result.push_back({"rsp", X86_64_REG_RSP}); in ExpectedRegisters()
DUnwindOfflineTest.cpp203 {"rsp", X86_64_REG_RSP}, {"rip", X86_64_REG_RIP},