Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DRegsX86_64.cpp68 fn("rbx", regs_[X86_64_REG_RBX]); in IterateRegisters()
91 (*regs)[X86_64_REG_RBX] = user->rbx; in Read()
119 regs_[X86_64_REG_RBX] = ucontext->uc_mcontext.rbx; in SetFromUcontext()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86_64.h29 X86_64_REG_RBX = 3, enumerator
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp138 result.push_back({"rbx", X86_64_REG_RBX}); in ExpectedRegisters()
DAndroidUnwinderTest.cpp253 x86_64_ucontext->uc_mcontext.rbx = (*regs_x86_64)[X86_64_REG_RBX]; in TEST_F()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp522 {"rax", X86_64_REG_RAX}, {"rbx", X86_64_REG_RBX}, {"rcx", X86_64_REG_RCX},