Lines Matching refs:scnidx
3288 head->scnidx = elf_ndxscn (scn);
3347 grpdata[cnt++] = runp->scn->scnidx;
3699 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym,
3716 assert (scnidx != 0);
3717 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
3718 sym->st_shndx = scnidx;
3725 if (scnidx != SHN_ABS)
3727 Elf_Data *data = elf_getdata (elf_getscn (ld_state.outelf, scnidx),
3732 assert (elf_getdata (elf_getscn (ld_state.outelf, scnidx), data)
4306 size_t scnidx;
4448 scn = elf_getscn (ld_state.outelf, head->scnidx);
4470 ld_state.interpscnidx = head->scnidx;
4722 if (likely (head->scnidx < SHN_LORESERVE))
4724 sym->st_shndx = head->scnidx;
4730 xndx = head->scnidx;
4752 newp->scnidx = head->scnidx;
4868 file->scninfo[symrunp->scndx].outscnndx = head->scnidx;
4940 file->scninfo[symrunp->scndx].outscnndx = head->scnidx;
5019 file->scninfo[symrunp->scndx].outscnndx = head->scnidx;
5061 assert (head->scnidx == elf_ndxscn (scn));
5109 runp->outscnndx = head->scnidx;
6110 if (ld_state.allsections[cnt]->scnidx != 0)
6114 scn = elf_getscn (ld_state.outelf, ld_state.allsections[cnt]->scnidx);
6272 ld_state.allsections[nsec]->scnidx);
6403 ld_state.allsections[nsec]->scnidx);
6871 outscn = elf_getscn (ld_state.outelf, rellist->scnidx);