Home | History | Annotate | Download | only in src

Lines Matching refs:scnidx

3290       head->scnidx = elf_ndxscn (scn);
3349 grpdata[cnt++] = runp->scn->scnidx;
3701 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym,
3718 assert (scnidx != 0);
3719 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
3720 sym->st_shndx = scnidx;
3727 if (scnidx != SHN_ABS)
3729 Elf_Data *data = elf_getdata (elf_getscn (ld_state.outelf, scnidx),
3734 assert (elf_getdata (elf_getscn (ld_state.outelf, scnidx), data)
4308 size_t scnidx;
4450 scn = elf_getscn (ld_state.outelf, head->scnidx);
4472 ld_state.interpscnidx = head->scnidx;
4724 if (likely (head->scnidx < SHN_LORESERVE))
4726 sym->st_shndx = head->scnidx;
4732 xndx = head->scnidx;
4754 newp->scnidx = head->scnidx;
4870 file->scninfo[symrunp->scndx].outscnndx = head->scnidx;
4942 file->scninfo[symrunp->scndx].outscnndx = head->scnidx;
5021 file->scninfo[symrunp->scndx].outscnndx = head->scnidx;
5063 assert (head->scnidx == elf_ndxscn (scn));
5111 runp->outscnndx = head->scnidx;
6113 if (ld_state.allsections[cnt]->scnidx != 0)
6117 scn = elf_getscn (ld_state.outelf, ld_state.allsections[cnt]->scnidx);
6275 ld_state.allsections[nsec]->scnidx);
6406 ld_state.allsections[nsec]->scnidx);
6874 outscn = elf_getscn (ld_state.outelf, rellist->scnidx);