taglinefilesource code
elf_phdr138fs/binfmt_elf.cstruct elf_phdr * eppnt;
elf_phdr139fs/binfmt_elf.ceppnt = (struct elf_phdr *) exec->e_phoff;
elf_phdr141fs/binfmt_elf.cput_user(4,dlinfo++); put_user(sizeof(struct elf_phdr),dlinfo++);
elf_phdr177fs/binfmt_elf.cstruct elf_phdr *elf_phdata  =  NULL;
elf_phdr178fs/binfmt_elf.cstruct elf_phdr *eppnt;
elf_phdr203fs/binfmt_elf.cif(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) 
elf_phdr206fs/binfmt_elf.celf_phdata =  (struct elf_phdr *) 
elf_phdr207fs/binfmt_elf.ckmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL);
elf_phdr211fs/binfmt_elf.csizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1);
elf_phdr348fs/binfmt_elf.cstruct elf_phdr * elf_ppnt, *elf_phdata;
elf_phdr384fs/binfmt_elf.celf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * 
elf_phdr680fs/binfmt_elf.cstruct elf_phdr *elf_phdata  =  NULL;
elf_phdr719fs/binfmt_elf.cif(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) {
elf_phdr724fs/binfmt_elf.celf_phdata =  (struct elf_phdr *) 
elf_phdr725fs/binfmt_elf.ckmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL);
elf_phdr728fs/binfmt_elf.csizeof(struct elf_phdr) * elf_ex.e_phnum, 1);
elf_phdr958fs/binfmt_elf.celf.e_phentsize = sizeof(struct elf_phdr);
elf_phdr996fs/binfmt_elf.coffset += (segs+1) * sizeof(struct elf_phdr);  /* Program headers */
elf_phdr1087fs/binfmt_elf.cstruct elf_phdr phdr;
elf_phdr1112fs/binfmt_elf.cstruct elf_phdr phdr;