Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2004582 (section_headers_groups): New.
584 and section_headers_groups.
587 section_groups and section_headers_groups.
Dreadelf.c227 static struct group ** section_headers_groups; variable
5638 section_headers_groups = (struct group **) calloc (elf_header.e_shnum, in process_section_groups()
5641 if (section_headers_groups == NULL) in process_section_groups()
5802 if (section_headers_groups [entry] != NULL) in process_section_groups()
5808 section_headers_groups [entry]->group_index); in process_section_groups()
5820 section_headers_groups [entry]->group_index); in process_section_groups()
5826 section_headers_groups [entry] = group; in process_section_groups()
6518 if (section_headers_groups == NULL in ia64_process_unwind()
6519 || section_headers_groups [i] == NULL) in ia64_process_unwind()
6523 g = section_headers_groups [i]->root; in ia64_process_unwind()
[all …]