Lines Matching refs:st_shndx
832 size_t scnidx = sym->st_shndx; in handle_elf()
1248 if (sym->st_shndx == SHN_UNDEF in handle_elf()
1249 || (sym->st_shndx >= shnum in handle_elf()
1250 && sym->st_shndx != SHN_XINDEX)) in handle_elf()
1275 if (sym->st_shndx != SHN_XINDEX) in handle_elf()
1276 sec = shdr_info[sym->st_shndx].idx; in handle_elf()
1302 if ((inner != destidx || nshndx != sym->st_shndx in handle_elf()
1304 && (sym->st_shndx = nshndx, in handle_elf()
1325 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf()
1326 ? sym->st_shndx : xshndx); in handle_elf()
1732 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in handle_elf()
1733 ? xndx : sym->st_shndx); in handle_elf()