Searched defs:UnwindContextState (Results 1 – 1 of 1) sorted by relevance
2035 struct UnwindContextState { struct2037 Bool cfa_is_regoff; /* True=>is reg+offset; False=>is expr */2038 Int cfa_reg;2039 Int cfa_off; /* in bytes */2040 Int cfa_expr_ix; /* index into cfa_exprs */2042 RegRule reg[N_CFI_REGS];