taglinefilesource code
e_phentsize212fs/binfmt_elf.cif( interp_elf_ex->e_phentsize != 32 )
e_phentsize393fs/binfmt_elf.celf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * 
e_phentsize400fs/binfmt_elf.celf_ex.e_phentsize * elf_ex.e_phnum, 1);
e_phentsize1004fs/binfmt_elf.celf.e_phentsize = sizeof(struct elf_phdr);
e_phentsize161include/linux/elf.hElf32_Half  e_phentsize;