Lines Matching full:grpscn
860 struct scninfo *grpscn = find_section_group (fileinfo, shndx, &data);
861 *grpscnp = grpscn;
875 grpscn->used = true;
884 if (fileinfo->scninfo[idx].grpid != grpscn->grpid)
973 struct scninfo *grpscn = NULL;
994 mark_section_used (scninfo, elf_ndxscn (scninfo->scn), &grpscn);
996 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
999 grpscn = find_section_group (fileinfo, elf_ndxscn (scninfo->scn),
1001 assert (grpscn == NULL || grpscn->symbols->name != NULL);
1008 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;
1025 grpscndata = elf_getdata (grpscn->scn, NULL);
1048 if (strcmp (grpscn->symbols->name,
1084 queued->grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;