Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c219 static struct group **section_headers_groups; variable
4424 section_headers_groups = calloc (elf_header.e_shnum, in process_section_groups()
4427 if (section_headers_groups == NULL) in process_section_groups()
4575 if (section_headers_groups [SECTION_HEADER_INDEX (entry)] in process_section_groups()
4582 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index); in process_section_groups()
4594 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index); in process_section_groups()
4600 section_headers_groups [SECTION_HEADER_INDEX (entry)] in process_section_groups()
5102 struct group_list *g = section_headers_groups [i]->root; in ia64_process_unwind()
9683 if (section_headers_groups) in process_object()
9685 free (section_headers_groups); in process_object()
[all …]