Lines Matching refs:st_shndx
695 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX
696 ? xndx : sym->st_shndx);
1511 size_t scnidx = sym->st_shndx;
1941 /* We have to adjust symbol tables. The st_shndx member might
2000 if (sym->st_shndx == SHN_UNDEF
2001 || (sym->st_shndx >= SHN_LORESERVE
2002 && sym->st_shndx != SHN_XINDEX))
2027 if (sym->st_shndx == SHN_XINDEX)
2030 size_t sidx = (sym->st_shndx != SHN_XINDEX
2031 ? sym->st_shndx : xshndx);
2053 if ((inner != destidx || nshndx != sym->st_shndx
2055 && (sym->st_shndx = nshndx,
2083 sym->st_shndx = SHN_UNDEF;