Home | History | Annotate | Download | only in src

Lines Matching refs:groups

799   for (runp = fileinfo->groups; runp != NULL; runp = runp->next)
860 - section groups are also useful to mark the debugging section which
1024 groups with different signatures. This means we have
1241 %s: only files of type ET_REL might contain section groups"),
1244 fileinfo->scninfo[cnt].next = fileinfo->groups;
1246 fileinfo->groups = &fileinfo->scninfo[cnt];
1693 handling groups. */
2905 /* Executable or DSO do not have section groups. Drop that
2938 /* Executable or DSO do not have section groups. Drop that
3119 struct scngroup *groups;
3176 allowed to contain section groups. */
3221 here_group->next = ld_state.groups;
3225 section which were in section groups of different
3238 ld_state.groups = here_group;
3243 here_group = ld_state.groups;
3306 groups = ld_state.groups;
3307 while (groups != NULL)
3314 scn = elf_getscn (ld_state.outelf, groups->outscnidx);
3323 data->d_size = (groups->nscns + 1) * sizeof (Elf32_Word);
3335 runp = groups->member->next;
3340 while ((runp = runp->next) != groups->member->next);
3342 groups = groups->next;
4329 struct scngroup *groups;
6173 groups = ld_state.groups;
6174 while (groups != NULL)
6176 Elf_Scn *scn = elf_getscn (ld_state.outelf, groups->outscnidx);
6180 shdr->sh_name = ebl_strtaboffset (groups->nameent);
6188 = groups->symbol->file->symindirect[groups->symbol->symidx];
6191 assert (groups->symbol->file->symref[groups->symbol->symidx]
6193 si = groups->symbol->file->symref[groups->symbol->symidx]->outsymidx;
6200 struct scngroup *oldp = groups;
6201 groups = groups->next;