Home
last modified time | relevance | path

Searched refs:elt_count (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-elf.c1794 unsigned int *elt_count; /* Number of sections in each list. */ member
1821 list->elt_count[i] += 1; in build_group_lists()
1833 list->elt_count = xrealloc (list->elt_count, in build_group_lists()
1834 newsize * sizeof (*list->elt_count)); in build_group_lists()
1837 list->elt_count[i] = 1; in build_group_lists()
1852 list.elt_count = NULL; in elf_frob_file()
1907 s->_raw_size = 4 * (list.elt_count[i] + 1); in elf_frob_file()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-elf.c1863 unsigned int *elt_count; /* Number of sections in each list. */ member
1890 list->elt_count[i] += 1; in build_group_lists()
1902 list->elt_count = xrealloc (list->elt_count, in build_group_lists()
1903 newsize * sizeof (*list->elt_count)); in build_group_lists()
1906 list->elt_count[i] = 1; in build_group_lists()
1921 list.elt_count = NULL; in elf_frob_file()
1977 size = 4 * (list.elt_count[i] + 1); in elf_frob_file()
/openbsd/gnu/gcc/gcc/
H A Dexpr.c4548 HOST_WIDE_INT nz_elts, elt_count; in categorize_ctor_elements_1() local
4558 elt_count = 0; in categorize_ctor_elements_1()
4585 elt_count += mult * ic; in categorize_ctor_elements_1()
4596 elt_count += mult; in categorize_ctor_elements_1()
4601 elt_count += mult * TREE_STRING_LENGTH (value); in categorize_ctor_elements_1()
4609 elt_count += mult; in categorize_ctor_elements_1()
4619 elt_count += mult; in categorize_ctor_elements_1()
4626 elt_count += mult; in categorize_ctor_elements_1()
4663 if (elt_count == count_type_elements (init_sub_type, false)) in categorize_ctor_elements_1()
4672 *p_elt_count += elt_count; in categorize_ctor_elements_1()