Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DUserX86.h35 struct x86_user_regs { struct
36 uint32_t ebx;
37 uint32_t ecx;
38 uint32_t edx;
39 uint32_t esi;
40 uint32_t edi;
41 uint32_t ebp;
42 uint32_t eax;
43 uint32_t xds;
44 uint32_t xes;
[all …]
/system/extras/simpleperf/
DOfflineUnwinder.cpp111 unwindstack::x86_user_regs x86_user_regs; in GetBacktraceRegs() local