Searched defs:unw_state_record (Results 1 – 2 of 2) sorted by relevance
132 typedef struct unw_state_record struct134 unsigned int first_region : 1; /* is this the first region? */135 unsigned int done : 1; /* are we done scanning descriptors? */136 unsigned int any_spills : 1; /* got any register spills? */137 unsigned int in_body : 1; /* are we inside a body? */138 unsigned int no_reg_stack_frame : 1; /* Don't adjust bsp for i&l regs */139 unsigned char *imask; /* imask of spill_mask record or NULL */140 unw_word pr_val; /* predicate values */141 unw_word pr_mask; /* predicate mask */142 unw_sword spill_offset; /* psp-relative offset for spill base */[all …]