Lines Matching refs:st_shndx
2375 switch (sym[i].st_shndx) {
2420 if (sym[i].st_shndx == info->index.pcpu)
2423 secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
2699 if (sym->st_shndx == SHN_UNDEF)
2701 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu)
2703 if (sym->st_shndx >= SHN_LORESERVE)
2705 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR)
2707 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC
2708 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
2709 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE))
2711 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2716 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
2717 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2722 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2734 if (src->st_shndx == SHN_UNDEF
2735 || src->st_shndx >= shnum
2740 if (src->st_shndx == pcpundx)
2744 sec = sechdrs + src->st_shndx;
4281 if (sym->st_shndx == SHN_UNDEF)
4436 sym->st_shndx != SHN_UNDEF)
4485 if (sym->st_shndx == SHN_UNDEF)