Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Dunwind.c140 struct unwind_state { struct
141 uleb128_t loc, org;
142 const u8 *cieStart, *cieEnd;
143 uleb128_t codeAlign;
144 sleb128_t dataAlign;
145 struct cfa {
147 } cfa;
148 struct unwind_item regs[ARRAY_SIZE(reg_info)];
149 unsigned stackDepth:8;
150 unsigned version:8;
[all …]
/linux-4.4.14/tools/testing/selftests/x86/
Dunwind_vdso.c91 struct unwind_state { struct
98 struct unwind_state *state = opaque; in trace_fn() argument