taglinefilesource code
elf_phdr114fs/binfmt_elf.cstruct elf_phdr * eppnt;
elf_phdr115fs/binfmt_elf.ceppnt = (struct elf_phdr *) exec->e_phoff;
elf_phdr118fs/binfmt_elf.cNEW_AUX_ENT (AT_PHENT, sizeof (struct elf_phdr));
elf_phdr159fs/binfmt_elf.cstruct elf_phdr *elf_phdata  =  NULL;
elf_phdr160fs/binfmt_elf.cstruct elf_phdr *eppnt;
elf_phdr185fs/binfmt_elf.cif(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) 
elf_phdr188fs/binfmt_elf.celf_phdata =  (struct elf_phdr *) 
elf_phdr189fs/binfmt_elf.ckmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL);
elf_phdr204fs/binfmt_elf.csizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1);
elf_phdr345fs/binfmt_elf.cstruct elf_phdr * elf_ppnt, *elf_phdata;
elf_phdr378fs/binfmt_elf.celf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * 
elf_phdr701fs/binfmt_elf.cstruct elf_phdr *elf_phdata  =  NULL;
elf_phdr743fs/binfmt_elf.cif(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE)
elf_phdr746fs/binfmt_elf.celf_phdata =  (struct elf_phdr *) 
elf_phdr747fs/binfmt_elf.ckmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL);
elf_phdr752fs/binfmt_elf.csizeof(struct elf_phdr) * elf_ex.e_phnum, 1);
elf_phdr988fs/binfmt_elf.celf.e_phentsize = sizeof(struct elf_phdr);
elf_phdr1026fs/binfmt_elf.coffset += (segs+1) * sizeof(struct elf_phdr);  /* Program headers */
elf_phdr1117fs/binfmt_elf.cstruct elf_phdr phdr;
elf_phdr1142fs/binfmt_elf.cstruct elf_phdr phdr;