Home
last modified time | relevance | path

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

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