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
225 static size_t group_count; variable5649 group_count = 0; in process_section_groups()5654 group_count++; in process_section_groups()5656 if (group_count == 0) in process_section_groups()5664 section_groups = (struct group *) calloc (group_count, sizeof (struct group)); in process_section_groups()5669 (unsigned long) group_count); in process_section_groups()15063 for (i = 0; i < group_count; i++) in process_object()