Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c218 static struct group *section_groups; variable
4449 section_groups = calloc (group_count, sizeof (struct group)); in process_section_groups()
4451 if (section_groups == NULL) in process_section_groups()
4462 for (i = 0, section = section_headers, group = section_groups; in process_section_groups()
9689 if (section_groups) in process_object()
9695 for (g = section_groups [i].root; g != NULL; g = next) in process_object()
9702 free (section_groups); in process_object()
9703 section_groups = NULL; in process_object()