Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2004581 (group_count): New.
583 (process_section_groups): Populate group_count, section_groups
DChangeLog-20051157 * readelf.c (group_count): Don't initialize it.
1159 section groups. Set group_count to 0 before counting group
Dreadelf.c232 static size_t group_count; variable
6292 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()