Searched refs:section_groups (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/binutils/
H A Dreadelf.c220 static struct group *section_groups;
4452 section_groups = calloc (group_count, sizeof (struct group));
4454 if (section_groups == NULL)
4465 for (i = 0, section = section_headers, group = section_groups;
9692 if (section_groups)
9698 for (g = section_groups [i].root; g != NULL; g = next)
9705 free (section_groups);
9706 section_groups = NULL;
218 static struct group *section_groups; variable in typeref:struct:group

Completed in 71 milliseconds