Searched refs:section_groups (Results 1 – 2 of 2) sorted by relevance
580 * readelf.c (section_groups): New.583 (process_section_groups): Populate group_count, section_groups587 section_groups and section_headers_groups.
226 static struct group * section_groups; variable5664 section_groups = (struct group *) calloc (group_count, sizeof (struct group)); in process_section_groups()5666 if (section_groups == NULL) in process_section_groups()5679 for (i = 0, section = section_headers, group = section_groups; in process_section_groups()15058 if (section_groups) in process_object()15065 for (g = section_groups [i].root; g != NULL; g = next) in process_object()15072 free (section_groups); in process_object()15073 section_groups = NULL; in process_object()