Home
last modified time | relevance | path

Searched refs:X86_64_REG_RBP (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/
DRegsX86_64.cpp88 fn("rbp", regs_[X86_64_REG_RBP]); in IterateRegisters()
111 (*regs)[X86_64_REG_RBP] = user->rbp; in Read()
125 regs_[X86_64_REG_RBP] = ucontext->uc_mcontext.rbp; in SetFromUcontext()
/system/core/libunwindstack/include/unwindstack/
DMachineX86_64.h33 X86_64_REG_RBP = 6, enumerator
/system/core/libunwindstack/tests/
DRegsIterateTest.cpp152 result.push_back({"rbp", X86_64_REG_RBP}); in ExpectedRegisters()
DUnwindOfflineTest.cpp192 {"rdi", X86_64_REG_RDI}, {"rsi", X86_64_REG_RSI}, {"rbp", X86_64_REG_RBP},