Lines Matching defs:e_phnum
265 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum);
482 size = sizeof(struct elf_phdr) * elf_ex->e_phnum;
616 interp_elf_ex->e_phnum);
623 for (i = 0; i < interp_elf_ex->e_phnum; i++, eppnt++) {
865 for (i = 0; i < elf_ex->e_phnum; i++, elf_ppnt++) {
930 for (i = 0; i < elf_ex->e_phnum; i++, elf_ppnt++)
968 for (i = 0; i < interp_elf_ex->e_phnum; i++, elf_ppnt++)
1034 i < elf_ex->e_phnum; i++, elf_ppnt++) {
1123 alignment = maximum_alignment(elf_phdata, elf_ex->e_phnum);
1158 elf_ex->e_phnum);
1385 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 ||
1393 j = sizeof(struct elf_phdr) * elf_ex.e_phnum;
1394 /* j < ELF_MIN_ALIGN because elf_ex.e_phnum <= 2 */
1407 for (j = 0, i = 0; i<elf_ex.e_phnum; i++)
1508 elf->e_phnum = segs;
2035 Elf_Half e_phnum;
2047 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid
2050 e_phnum = segs > PN_XNUM ? PN_XNUM : segs;
2056 if (!fill_note_info(&elf, e_phnum, &info, cprm))
2085 if (e_phnum == PN_XNUM) {
2149 if (e_phnum == PN_XNUM) {