Searched refs:group_count (Results 1 – 3 of 3) sorted by relevance
581 (group_count): New.583 (process_section_groups): Populate group_count, section_groups
1157 * readelf.c (group_count): Don't initialize it.1159 section groups. Set group_count to 0 before counting group
232 static size_t group_count; variable6292 group_count = 0; in process_section_groups()6297 group_count++; in process_section_groups()6299 if (group_count == 0) in process_section_groups()6307 section_groups = (struct group *) calloc (group_count, sizeof (struct group)); in process_section_groups()6312 (unsigned long) group_count); in process_section_groups()16608 for (i = 0; i < group_count; i++) in process_object()