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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c221 static struct group **section_headers_groups;
4427 section_headers_groups = calloc (elf_header.e_shnum,
4430 if (section_headers_groups == NULL)
4578 if (section_headers_groups [SECTION_HEADER_INDEX (entry)]
4585 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index);
4597 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index);
4603 section_headers_groups [SECTION_HEADER_INDEX (entry)]
5105 struct group_list *g = section_headers_groups [i]->root;
9609 if (section_headers_groups)
9611 free (section_headers_groups);
219 static struct group **section_headers_groups; variable in typeref:struct:group
[all...]

Completed in 120 milliseconds