Searched refs:group_count (Results 1 – 4 of 4) sorted by relevance
581 (group_count): New.583 (process_section_groups): Populate group_count, section_groups
181 static size_t group_count; variable4667 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()
1157 * readelf.c (group_count): Don't initialize it.1159 section groups. Set group_count to 0 before counting group
17094 int *group_count) in force_new_group() argument17114 *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() local17264 return group_count + 1; in redefine_groups()17276 &group_count); in redefine_groups()17280 group_count++; in redefine_groups()[all …]