| tag | line | file | source code |
| e_phnum | 126 | fs/binfmt_elf.c | put_fs_long(5,dlinfo++); put_fs_long(exec->e_phnum,dlinfo++); |
| e_phnum | 187 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 191 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 197 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| e_phnum | 205 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 350 | fs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 355 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
| e_phnum | 391 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 517 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 695 | fs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 706 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
| e_phnum | 714 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 719 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
| e_phnum | 723 | fs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 97 | ibcs/binfmt_elf.c | put_fs_long(5,dlinfo++); put_fs_long(exec->e_phnum,dlinfo++); |
| e_phnum | 158 | ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
| e_phnum | 162 | ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
| e_phnum | 168 | ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
| e_phnum | 176 | ibcs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
| e_phnum | 306 | ibcs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 311 | ibcs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
| e_phnum | 341 | ibcs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 449 | ibcs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
| e_phnum | 595 | ibcs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
| e_phnum | 604 | ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
| e_phnum | 608 | ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
| e_phnum | 613 | ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
| e_phnum | 617 | ibcs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
| e_phnum | 134 | include/linux/elf.h | short int e_phnum; |