Home
last modified time | relevance | path

Searched refs:group_count (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2004581 (group_count): New.
583 (process_section_groups): Populate group_count, section_groups
H A Dreadelf.c181 static size_t group_count; variable
4667 group_count = 0; in process_section_groups()
4672 group_count++; in process_section_groups()
4674 if (group_count == 0) in process_section_groups()
4682 section_groups = calloc (group_count, sizeof (struct group)); in process_section_groups()
9673 for (i = 0; i < group_count; i++) in process_object()
H A DChangeLog-20051157 * readelf.c (group_count): Don't initialize it.
1159 section groups. Set group_count to 0 before counting group
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c17094 int *group_count) in force_new_group() argument
17114 *group_count ,can_issue_more); in force_new_group()
17152 (*group_count)++; in force_new_group()
17170 (*group_count)++; in force_new_group()
17191 (*group_count)--; in force_new_group()
17195 *group_count, can_issue_more); in force_new_group()
17238 int group_count = 0; in redefine_groups() local
17264 return group_count + 1; in redefine_groups()
17276 &group_count); in redefine_groups()
17280 group_count++; in redefine_groups()
[all …]