Home
last modified time | relevance | path

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

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