Home | History | Annotate | Download | only in gas

Lines Matching refs:sizes

1063   int	      num_sizes;		/* # sizes */
1064 int extra_sizes; /* # extra sizes not tied with dims */
1069 symint_t sizes [N_TQ+2]; /* sizes of each array slice + size of
1079 0, /* # sizes */
1080 0, /* sizes not tied with dims */
1099 { /* sizes */
1960 (void) add_aux_sym_symint ((symint_t) t->sizes[t->num_sizes - 1]);
2005 : (t->sizes[i] * 8) / t->dimensions[i]);
2646 int sizes[N_TQ];
2659 sizes[i] = get_absolute_expression ();
2674 /* The sizes are stored away in reverse order. */
2682 coff_type.sizes[coff_type.num_sizes] = sizes[i];
2861 and sizes were passed, creating extra sizes for multiply
2866 j = (sizeof (coff_type.sizes) / sizeof (coff_type.sizes[0])) - 1;
2869 coff_type.sizes[j] = (((j - diff) >= 0)
2870 ? coff_type.sizes[j - diff]
2877 coff_type.sizes[i] = (coff_type.dimensions[i + 1] == 0
2879 : (coff_type.sizes[i + 1]
2941 coff_value = coff_type.sizes[0];