Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86_64.h40 X86_64_REG_R13 = 13, enumerator
/system/unwinding/libunwindstack/
DRegsX86_64.cpp76 fn("r13", regs_[X86_64_REG_R13]); in IterateRegisters()
99 (*regs)[X86_64_REG_R13] = user->r13; in Read()
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp148 result.push_back({"r13", X86_64_REG_R13}); in ExpectedRegisters()
DUnwindOfflineTest.cpp201 {"r13", X86_64_REG_R13}, {"r14", X86_64_REG_R14}, {"r15", X86_64_REG_R15},