| tag | line | file | source code |
| e_phnum | 96 | arch/i386/ibcs/binfmt_elf.c | put_fs_long(5,dlinfo++); put_fs_long(exec->e_phnum,dlinfo++); |
| e_phnum | 157 | arch/i386/ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 161 | arch/i386/ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 167 | arch/i386/ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| e_phnum | 175 | arch/i386/ibcs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 305 | arch/i386/ibcs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 310 | arch/i386/ibcs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
| e_phnum | 340 | arch/i386/ibcs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 448 | arch/i386/ibcs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 594 | arch/i386/ibcs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 603 | arch/i386/ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
| e_phnum | 607 | arch/i386/ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 612 | arch/i386/ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
| e_phnum | 616 | arch/i386/ibcs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 130 | fs/binfmt_elf.c | put_fs_long(5,dlinfo++); put_fs_long(exec->e_phnum,dlinfo++); |
| e_phnum | 191 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 195 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 199 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
| e_phnum | 206 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 373 | fs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 376 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum, 1); |
| e_phnum | 404 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 525 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 698 | fs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 707 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
| e_phnum | 713 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 716 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
| e_phnum | 719 | fs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 145 | include/linux/elf.h | Elf32_Half e_phnum; |