Home | History | Annotate | Download | only in src

Lines Matching defs:pcnt

851 		      unsigned int pcnt;
853 for (pcnt = 0; pcnt < phnum; ++pcnt)
855 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
860 if (pcnt == phnum)
1014 for (unsigned int pcnt = 0; pcnt < phnum; ++pcnt)
1017 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
3994 unsigned int pcnt;
3998 for (pcnt = 0; pcnt < phnum; ++pcnt)
3999 if ((phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem)) != NULL
4016 cnt, section_name (ebl, cnt), pcnt);
4026 cnt, section_name (ebl, cnt), pcnt);
4052 cnt, section_name (ebl, cnt), pcnt);
4063 cnt, section_name (ebl, cnt), pcnt);
4070 segment_flags[pcnt] |= PF_X;
4074 cnt, section_name (ebl, cnt), pcnt);
4079 segment_flags[pcnt] |= PF_W;
4084 cnt, section_name (ebl, cnt), pcnt);
4091 if (pcnt == phnum)
4183 for (unsigned int pcnt = 0; pcnt < phnum; ++pcnt)
4186 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
4190 && (segment_flags[pcnt] & PF_X) == 0)
4193 pcnt);
4196 && (segment_flags[pcnt] & PF_W) == 0)
4199 pcnt);