Lines Matching refs:shindex
527 unsigned int shindex;
728 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
729 elf_elfsections (abfd)[shindex] = shdrp++;
733 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++)
737 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex);
740 if (i_shdrp[shindex].sh_link >= num_sec)
753 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */
754 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE + 1) & 0xffff) /* SHN_AFTER */)
762 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK)
763 || i_shdrp[shindex].sh_type == SHT_RELA
764 || i_shdrp[shindex].sh_type == SHT_REL)
765 && i_shdrp[shindex].sh_info >= num_sec)
770 if (i_shdrp[shindex].sh_size != 0
771 && (i_shdrp[shindex].sh_flags & SHF_ALLOC) != 0
772 && i_shdrp[shindex].sh_type != SHT_NOBITS
773 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset)
881 for (shindex = 1; shindex < num_sec; shindex++)
882 if (!bfd_section_from_shdr (abfd, shindex))