Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c860 struct scninfo *grpscn = find_section_group (fileinfo, shndx, &data); in mark_section_group() local
861 *grpscnp = grpscn; in mark_section_group()
875 grpscn->used = true; in mark_section_group()
884 if (fileinfo->scninfo[idx].grpid != grpscn->grpid) in mark_section_group()
973 struct scninfo *grpscn = NULL; in add_section() local
994 mark_section_used (scninfo, elf_ndxscn (scninfo->scn), &grpscn); in add_section()
996 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL) in add_section()
999 grpscn = find_section_group (fileinfo, elf_ndxscn (scninfo->scn), in add_section()
1001 assert (grpscn == NULL || grpscn->symbols->name != NULL); in add_section()
1008 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL; in add_section()
[all …]