| tag | line | file | source code |
| elf_phdr | 131 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
| elf_phdr | 132 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
| elf_phdr | 134 | fs/binfmt_elf.c | put_user(4,dlinfo++); put_user(sizeof(struct elf_phdr),dlinfo++); |
| elf_phdr | 170 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
| elf_phdr | 171 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
| elf_phdr | 196 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| elf_phdr | 199 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
| elf_phdr | 200 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| elf_phdr | 204 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
| elf_phdr | 341 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
| elf_phdr | 377 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
| elf_phdr | 673 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
| elf_phdr | 712 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
| elf_phdr | 717 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
| elf_phdr | 718 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| elf_phdr | 721 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
| elf_phdr | 951 | fs/binfmt_elf.c | elf.e_phentsize = sizeof(struct elf_phdr); |
| elf_phdr | 989 | fs/binfmt_elf.c | offset += (segs+1) * sizeof(struct elf_phdr); /* Program headers */ |
| elf_phdr | 1080 | fs/binfmt_elf.c | struct elf_phdr phdr; |
| elf_phdr | 1105 | fs/binfmt_elf.c | struct elf_phdr phdr; |