Home | History | Annotate | Download | only in bfd

Lines Matching full:shindex

497   unsigned int shindex;
698 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
699 elf_elfsections (abfd)[shindex] = shdrp++;
703 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++)
707 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex);
710 if (i_shdrp[shindex].sh_link >= num_sec)
723 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */
724 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE + 1) & 0xffff) /* SHN_AFTER */)
732 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK)
733 || i_shdrp[shindex].sh_type == SHT_RELA
734 || i_shdrp[shindex].sh_type == SHT_REL)
735 && i_shdrp[shindex].sh_info >= num_sec)
740 if (i_shdrp[shindex].sh_size != 0
741 && (i_shdrp[shindex].sh_flags & SHF_ALLOC) != 0
742 && i_shdrp[shindex].sh_type != SHT_NOBITS
743 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset)
801 for (shindex = 1; shindex < num_sec; shindex++)
802 if (!bfd_section_from_shdr (abfd, shindex))