| tag | line | file | source code |
| e_phnum | 135 | fs/binfmt_elf.c | put_user(5,dlinfo++); put_user(exec->e_phnum,dlinfo++); |
| e_phnum | 196 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 200 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 204 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
| e_phnum | 211 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 378 | fs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 381 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum, 1); |
| e_phnum | 409 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 530 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 703 | fs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 712 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
| e_phnum | 718 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 721 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
| e_phnum | 724 | fs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 952 | fs/binfmt_elf.c | elf.e_phnum = segs+1; /* Include notes */ |
| e_phnum | 145 | include/linux/elf.h | Elf32_Half e_phnum; |