| tag | line | file | source code |
| elf_phdr | 84 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
| elf_phdr | 85 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
| elf_phdr | 87 | fs/binfmt_elf.c | put_fs_long(4,dlinfo++); put_fs_long(sizeof(struct elf_phdr),dlinfo++); |
| elf_phdr | 123 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
| elf_phdr | 124 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
| elf_phdr | 149 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| elf_phdr | 152 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
| elf_phdr | 153 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| elf_phdr | 159 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| elf_phdr | 266 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
| elf_phdr | 296 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
| elf_phdr | 551 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
| elf_phdr | 586 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
| elf_phdr | 589 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
| elf_phdr | 590 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| elf_phdr | 595 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
| elf_phdr | 92 | ibcs/binfmt_elf.c | struct elf_phdr * eppnt; |
| elf_phdr | 93 | ibcs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
| elf_phdr | 95 | ibcs/binfmt_elf.c | put_fs_long(4,dlinfo++); put_fs_long(sizeof(struct elf_phdr),dlinfo++); |
| elf_phdr | 131 | ibcs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
| elf_phdr | 132 | ibcs/binfmt_elf.c | struct elf_phdr *eppnt; |
| elf_phdr | 157 | ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| elf_phdr | 160 | ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
| elf_phdr | 161 | ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| elf_phdr | 167 | ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| elf_phdr | 274 | ibcs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
| elf_phdr | 304 | ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
| elf_phdr | 568 | ibcs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
| elf_phdr | 603 | ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
| elf_phdr | 606 | ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
| elf_phdr | 607 | ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| elf_phdr | 612 | ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |