e_phnum           267 arch/i386/stand/installboot/installboot.c 	if (eh.e_phnum != 1)
e_phnum           269 arch/i386/stand/installboot/installboot.c 		    boot, eh.e_phnum);
e_phnum           271 arch/i386/stand/installboot/installboot.c 	phsize = eh.e_phnum * sizeof(Elf_Phdr);
e_phnum           187 kern/exec_elf.c 	if (ehdr->e_phnum > ELF_MAX_VALID_PHDR)
e_phnum           233 kern/exec_elf.c 	if (ehdr->e_phnum > ELF_MAX_VALID_PHDR)
e_phnum           394 kern/exec_elf.c 	phsize = eh.e_phnum * sizeof(Elf_Phdr);
e_phnum           401 kern/exec_elf.c 	for (i = 0; i < eh.e_phnum; i++) {
e_phnum           473 kern/exec_elf.c 	for (i = 0; i < eh.e_phnum; i++) {
e_phnum           568 kern/exec_elf.c 	phsize = eh->e_phnum * sizeof(Elf_Phdr);
e_phnum           578 kern/exec_elf.c 	for (i = 0; i < eh->e_phnum; i++) {
e_phnum           634 kern/exec_elf.c 	for (i = 0; i < eh->e_phnum; i++) {
e_phnum           744 kern/exec_elf.c 		ap->arg_phnum = eh->e_phnum;
e_phnum           871 kern/exec_elf.c 	phsize = eh->e_phnum * sizeof(Elf_Phdr);
e_phnum           877 kern/exec_elf.c 	for (ph = hph;  ph < &hph[eh->e_phnum]; ph++) {
e_phnum            90 lib/libsa/loadfile_elf.c 	sz = elf->e_phnum * sizeof(Elf_Phdr);
e_phnum           104 lib/libsa/loadfile_elf.c 	for (first = 1, i = 0; i < elf->e_phnum; i++) {
e_phnum           240 lib/libsa/loadfile_elf.c 		elf->e_phnum = 0;
e_phnum           136 sys/exec_elf.h 	Elf32_Half	e_phnum;	/* number of program header entries */
e_phnum           154 sys/exec_elf.h 	Elf64_Quarter	e_phnum;		/* Number of program headers */