Lines Matching full:grpscn
850 struct scninfo *grpscn = find_section_group (fileinfo, shndx, &data);
851 *grpscnp = grpscn;
865 grpscn->used = true;
874 if (fileinfo->scninfo[idx].grpid != grpscn->grpid)
963 struct scninfo *grpscn = NULL;
984 mark_section_used (scninfo, elf_ndxscn (scninfo->scn), &grpscn);
986 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
989 grpscn = find_section_group (fileinfo, elf_ndxscn (scninfo->scn),
991 assert (grpscn == NULL || grpscn->symbols->name != NULL);
998 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;
1015 grpscndata = elf_getdata (grpscn->scn, NULL);
1038 if (strcmp (grpscn->symbols->name,
1074 queued->grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;