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

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c221 static struct group **section_headers_groups;
4422 section_headers_groups = calloc (elf_header.e_shnum,
4425 if (section_headers_groups == NULL)
4573 if (section_headers_groups [SECTION_HEADER_INDEX (entry)]
4580 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index);
4592 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index);
4598 section_headers_groups [SECTION_HEADER_INDEX (entry)]
5100 struct group_list *g = section_headers_groups [i]->root;
9409 if (section_headers_groups)
9411 free (section_headers_groups);
219 static struct group **section_headers_groups; variable in typeref:struct:group
[all...]

Completed in 142 milliseconds