p_type            402 kern/exec_elf.c 		if (ph[i].p_type == PT_LOAD) {
p_type            478 kern/exec_elf.c 		switch (ph[i].p_type) {
p_type            580 kern/exec_elf.c 		if (pp->p_type == PT_INTERP) {
p_type            640 kern/exec_elf.c 		switch (ph[i].p_type) {
p_type            878 kern/exec_elf.c 		if (ph->p_type != PT_NOTE ||
p_type            106 lib/libsa/loadfile_elf.c 		if (phdr[i].p_type != PT_LOAD ||
p_type            375 sys/exec_elf.h 	Elf32_Word	p_type;		/* segment type */
p_type            386 sys/exec_elf.h 	Elf64_Half	p_type;		/* entry type */
p_type            319 sys/vnode.h    #define VOPARG_OFFSET(p_type,field) \
p_type            320 sys/vnode.h    	((int) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))