Home | History | Annotate | Download | only in src

Lines Matching full:st_shndx

863 		      size_t scnidx = sym->st_shndx;
1252 /* We have to adjust symbol tables. The st_shndx member might
1309 if (sym->st_shndx == SHN_UNDEF
1310 || (sym->st_shndx >= shnum
1311 && sym->st_shndx != SHN_XINDEX))
1336 if (sym->st_shndx != SHN_XINDEX)
1337 sec = shdr_info[sym->st_shndx].idx;
1364 if ((inner != destidx || nshndx != sym->st_shndx
1366 && (sym->st_shndx = nshndx,
1389 size_t sidx = (sym->st_shndx != SHN_XINDEX
1390 ? sym->st_shndx : xshndx);
1831 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX
1832 ? xndx : sym->st_shndx);