Lines Matching refs:st_shndx
507 if (isym->st_shndx == sec_shndx
644 if (isym->st_shndx == SHN_UNDEF)
646 else if (isym->st_shndx == SHN_ABS)
648 else if (isym->st_shndx == SHN_COMMON)
651 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1244 if (isym->st_shndx == sec_shndx
1341 if (isym->st_shndx == SHN_UNDEF)
1343 else if (isym->st_shndx == SHN_ABS)
1345 else if (isym->st_shndx == SHN_COMMON)
1348 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);