Home | History | Annotate | Download | only in bfd

Lines Matching defs:num_sec

684       unsigned int num_sec;
690 num_sec = i_ehdrp->e_shnum;
691 elf_numsections (abfd) = num_sec;
692 amt = sizeof (i_shdrp) * num_sec;
698 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
710 if (i_shdrp[shindex].sh_link >= num_sec)
735 && i_shdrp[shindex].sh_info >= num_sec)
795 unsigned int num_sec;
800 num_sec = elf_numsections (abfd);
801 for (shindex = 1; shindex < num_sec; shindex++)