Lines Matching refs:st_shndx
506 if (isym->st_shndx == sec_shndx
643 if (isym->st_shndx == SHN_UNDEF)
645 else if (isym->st_shndx == SHN_ABS)
647 else if (isym->st_shndx == SHN_COMMON)
650 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1243 if (isym->st_shndx == sec_shndx
1340 if (isym->st_shndx == SHN_UNDEF)
1342 else if (isym->st_shndx == SHN_ABS)
1344 else if (isym->st_shndx == SHN_COMMON)
1347 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);