Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86_64.h38 X86_64_REG_R11 = 11, enumerator
/system/unwinding/libunwindstack/
DRegsX86_64.cpp74 fn("r11", regs_[X86_64_REG_R11]); in IterateRegisters()
97 (*regs)[X86_64_REG_R11] = user->r11; in Read()
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp146 result.push_back({"r11", X86_64_REG_R11}); in ExpectedRegisters()
DUnwindOfflineTest.cpp200 {"r10", X86_64_REG_R10}, {"r11", X86_64_REG_R11}, {"r12", X86_64_REG_R12},