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

/freebsd-10.0-release/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-10.0-release/contrib/gcc/
H A Dexpr.c4555 HOST_WIDE_INT nz_elts, elt_count;
4565 elt_count = 0;
4592 elt_count += mult * ic;
4603 elt_count += mult;
4608 elt_count += mult * TREE_STRING_LENGTH (value);
4616 elt_count += mult;
4626 elt_count += mult;
4633 elt_count += mult;
4670 if (elt_count == count_type_elements (init_sub_type, false))
4679 *p_elt_count += elt_count;
4542 HOST_WIDE_INT nz_elts, elt_count; local
[all...]

Completed in 192 milliseconds