Home | History | Annotate | Download | only in bfd

Lines Matching full:phindex

84   unsigned int phindex;
248 for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex)
255 elf_swap_phdr_in (abfd, &x_phdr, i_phdrp + phindex);
276 for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex)
277 if (! bfd_section_from_phdr (abfd, i_phdrp + phindex, (int) phindex))
284 for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex)
286 Elf_Internal_Phdr *p = i_phdrp + phindex;