| tag | line | file | source code |
| e_phnum | 88 | fs/binfmt_elf.c | put_fs_long(5,dlinfo++); put_fs_long(exec->e_phnum,dlinfo++); |
| e_phnum | 149 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 153 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 159 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| e_phnum | 167 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 297 | fs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 302 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
| e_phnum | 332 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 440 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 577 | fs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 586 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
| e_phnum | 590 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 595 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
| e_phnum | 599 | fs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 96 | ibcs/binfmt_elf.c | put_fs_long(5,dlinfo++); put_fs_long(exec->e_phnum,dlinfo++); |
| e_phnum | 157 | ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 161 | ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 167 | ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| e_phnum | 175 | ibcs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 305 | ibcs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 310 | ibcs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
| e_phnum | 340 | ibcs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 448 | ibcs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 594 | ibcs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 603 | ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
| e_phnum | 607 | ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 612 | ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
| e_phnum | 616 | ibcs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 134 | include/linux/elf.h | short int e_phnum; |