Lines Matching defs:cfi_state
27 struct cfi_state { struct
28 struct hlist_node hash; /* must be first, cficmp() */
29 struct cfi_reg regs[CFI_NUM_REGS];
30 struct cfi_reg vals[CFI_NUM_REGS];
31 struct cfi_reg cfa;
32 int stack_size;
33 int drap_reg, drap_offset;
34 unsigned char type;
35 bool bp_scratch;
36 bool drap;
37 bool signal;
38 bool end;
39 bool force_undefined;