Home
last modified time | relevance | path

Searched defs:x86_64_user_regs (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DUserX86_64.h34 struct x86_64_user_regs { struct
35 uint64_t r15;
36 uint64_t r14;
37 uint64_t r13;
38 uint64_t r12;
39 uint64_t rbp;
40 uint64_t rbx;
41 uint64_t r11;
42 uint64_t r10;
43 uint64_t r9;
[all …]
/system/extras/simpleperf/
DOfflineUnwinder.cpp93 unwindstack::x86_64_user_regs x86_64_user_regs; in GetBacktraceRegs() local