Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dunwind.h13 struct unwind_state { struct
14 struct stack_info stack_info;
38 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
/arch/s390/include/asm/
Dunwind.h32 struct unwind_state { struct
44 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
/arch/arc/kernel/
Dunwind.c139 struct unwind_state { struct
140 uleb128_t loc, org;
141 const u8 *cieStart, *cieEnd;
142 uleb128_t codeAlign;
143 sleb128_t dataAlign;
144 struct cfa {
146 } cfa;
147 struct unwind_item regs[ARRAY_SIZE(reg_info)];
148 unsigned stackDepth:8;
149 unsigned version:8;
[all …]