Searched defs:unw_state_record (Results 1 – 1 of 1) sorted by relevance
94 struct unw_state_record { struct95 unsigned int first_region : 1; /* is this the first region? */96 unsigned int done : 1; /* are we done scanning descriptors? */97 unsigned int any_spills : 1; /* got any register spills? */98 unsigned int in_body : 1; /* are we inside a body (as opposed to a prologue)? */99 unsigned long flags; /* see UNW_FLAG_* in unwind.h */101 u8 *imask; /* imask of spill_mask record or NULL */102 unsigned long pr_val; /* predicate values */103 unsigned long pr_mask; /* predicate mask */104 long spill_offset; /* psp-relative offset for spill base */[all …]