Searched defs:unwind_state (Results 1 – 2 of 2) sorted by relevance
140 struct unwind_state { struct141 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 …]
91 struct unwind_state { struct98 struct unwind_state *state = opaque; in trace_fn() argument