taglinefilesource code
elf_phdr60fs/binfmt_elf.cstruct elf_phdr * elf_ppnt, *elf_phdata;
elf_phdr89fs/binfmt_elf.celf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * 
elf_phdr340fs/binfmt_elf.cstruct elf_phdr *elf_phdata  =  NULL;
elf_phdr375fs/binfmt_elf.cif(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) 
elf_phdr378fs/binfmt_elf.celf_phdata =  (struct elf_phdr *) 
elf_phdr379fs/binfmt_elf.ckmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL);
elf_phdr384fs/binfmt_elf.csizeof(struct elf_phdr) * elf_ex.e_phnum);