Home
last modified time | relevance | path

Searched defs:unw_state_record (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dunwind-ia64.c132 typedef struct unw_state_record struct
134 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 …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dunwind-ia64.c132 typedef struct unw_state_record struct
134 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 …]