Home | History | Annotate | Download | only in bfd

Lines Matching refs:shindex

528   unsigned int shindex;
727 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
728 elf_elfsections (abfd)[shindex] = shdrp++;
732 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++)
735 || !elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex))
739 if (i_shdrp[shindex].sh_link >= num_sec)
752 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */
753 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE + 1) & 0xffff) /* SHN_AFTER */)
761 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK)
762 || i_shdrp[shindex].sh_type == SHT_RELA
763 || i_shdrp[shindex].sh_type == SHT_REL)
764 && i_shdrp[shindex].sh_info >= num_sec)
769 if (i_shdrp[shindex].sh_size != 0
770 && (i_shdrp[shindex].sh_flags & SHF_ALLOC) != 0
771 && i_shdrp[shindex].sh_type != SHT_NOBITS
772 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset)
880 for (shindex = 1; shindex < num_sec; shindex++)
881 if (!bfd_section_from_shdr (abfd, shindex))