e_phentsize        61 kern/include/elf.h 	uint16_t	e_phentsize;       /* actual size of phdr */
e_phentsize       221 kern/syscall/loadelf.c 		off_t offset = eh.e_phoff + i*eh.e_phentsize;
e_phentsize       266 kern/syscall/loadelf.c 		off_t offset = eh.e_phoff + i*eh.e_phentsize;