Searched refs:elt_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1876 unsigned int *elt_count; /* Number of sections in each list. */ member in struct:group_list
1903 list->elt_count[i] += 1;
1915 list->elt_count = xrealloc (list->elt_count,
1916 newsize * sizeof (*list->elt_count));
1919 list->elt_count[i] = 1;
1934 list.elt_count = NULL;
1990 size = 4 * (list.elt_count[i] + 1);
/freebsd-12-stable/contrib/gcc/
H A Dexpr.c4562 HOST_WIDE_INT nz_elts, elt_count;
4572 elt_count = 0;
4599 elt_count += mult * ic;
4610 elt_count += mult;
4615 elt_count += mult * TREE_STRING_LENGTH (value);
4623 elt_count += mult;
4633 elt_count += mult;
4640 elt_count += mult;
4677 if (elt_count == count_type_elements (init_sub_type, false))
4686 *p_elt_count += elt_count;
4549 HOST_WIDE_INT nz_elts, elt_count; local
[all...]

Completed in 242 milliseconds