Lines Matching defs:pcnt
793 int pcnt;
795 for (pcnt = 0; pcnt < ehdr->e_phnum; ++pcnt)
797 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
802 if (pcnt == ehdr->e_phnum)
910 int pcnt;
912 for (pcnt = 0; pcnt < ehdr->e_phnum; ++pcnt)
915 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
2178 int pcnt;
2182 for (pcnt = 0; pcnt < ehdr->e_phnum; ++pcnt)
2183 if ((phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem)) != NULL
2196 cnt, section_name (ebl, ehdr, cnt), pcnt);
2203 cnt, section_name (ebl, ehdr, cnt), pcnt);
2210 cnt, section_name (ebl, ehdr, cnt), pcnt);
2216 if (pcnt == ehdr->e_phnum)