Lines Matching refs:st_shndx

615   if (entry->isym.st_shndx != SHN_UNDEF
616 && (entry->isym.st_shndx < SHN_LORESERVE
617 || entry->isym.st_shndx > SHN_HIRESERVE))
621 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx);
2884 if (sym->st_shndx == SHN_UNDEF)
2894 if (sym->st_shndx >= SHN_LORESERVE && sym->st_shndx < SHN_ABS)
3811 if (isym->st_shndx != SHN_UNDEF && !common)
3821 if (isym->st_shndx == SHN_UNDEF)
3823 else if (isym->st_shndx < SHN_LORESERVE
3824 || isym->st_shndx > SHN_HIRESERVE)
3826 sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
3834 isym->st_shndx = SHN_UNDEF;
3839 else if (isym->st_shndx == SHN_ABS)
3841 else if (isym->st_shndx == SHN_COMMON)
3858 if (isym->st_shndx == SHN_COMMON
3940 if (isym->st_shndx != SHN_UNDEF)
4000 && isym->st_shndx != SHN_UNDEF)
4013 && isym->st_shndx != SHN_UNDEF)
4186 if ((isym->st_size != 0 && isym->st_shndx != SHN_UNDEF)
6567 sym->st_shndx = SHN_ABS;
6619 if (sym->st_shndx > SHN_UNDEF &&
6620 sym->st_shndx < SHN_LORESERVE)
7143 if (sym->st_shndx > SHN_UNDEF &&
7144 sym->st_shndx < SHN_LORESERVE)
7721 if (sym->st_shndx > SHN_HIRESERVE)
7847 || isym->st_shndx == SHN_UNDEF)
8028 sym.st_shndx = SHN_UNDEF;
8037 sym.st_shndx =
8040 if (sym.st_shndx == SHN_BAD)
8069 sym.st_shndx = SHN_UNDEF;
8077 sym.st_shndx = bed->common_section_index (input_sec);
8117 if (sym.st_shndx == SHN_UNDEF
8419 if (isym->st_shndx == SHN_UNDEF)
8421 else if (isym->st_shndx < SHN_LORESERVE
8422 || isym->st_shndx > SHN_HIRESERVE)
8424 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
8433 else if (isym->st_shndx == SHN_ABS)
8435 else if (isym->st_shndx == SHN_COMMON)
8474 if (isym->st_shndx != SHN_UNDEF
8475 && (isym->st_shndx < SHN_LORESERVE || isym->st_shndx > SHN_HIRESERVE)
8502 osym.st_shndx = _bfd_elf_section_from_bfd_section (output_bfd,
8504 if (osym.st_shndx == SHN_BAD)
8915 sym.st_shndx =
8918 if (sym.st_shndx == SHN_BAD)
9697 elfsym.st_shndx = SHN_UNDEF;
9721 elfsym.st_shndx = i;
9947 sym.st_shndx = indx;
9975 if (e->isym.st_shndx != SHN_UNDEF
9976 && (e->isym.st_shndx < SHN_LORESERVE
9977 || e->isym.st_shndx > SHN_HIRESERVE))
9980 e->isym.st_shndx);
9982 sym.st_shndx =
10460 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
11250 if (isym->st_shndx < SHN_LORESERVE || isym->st_shndx > SHN_HIRESERVE)
11252 isec = bfd_section_from_elf_index (rcookie->abfd, isym->st_shndx);
11599 return sym->st_shndx == SHN_COMMON;