tag | line | file | source code |
e_phnum | 133 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PHNUM, exec->e_phnum); |
e_phnum | 199 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
e_phnum | 203 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
e_phnum | 218 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
e_phnum | 229 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
e_phnum | 393 | fs/binfmt_elf.c | elf_ex.e_phnum, GFP_KERNEL); |
e_phnum | 399 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum, 1); |
e_phnum | 425 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
e_phnum | 551 | fs/binfmt_elf.c | for(i=0;i < elf_ex.e_phnum; i++){ |
e_phnum | 752 | fs/binfmt_elf.c | if(elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || |
e_phnum | 759 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
e_phnum | 763 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
e_phnum | 768 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
e_phnum | 771 | fs/binfmt_elf.c | for(i=0; i<elf_ex.e_phnum; i++) |
e_phnum | 1005 | fs/binfmt_elf.c | elf.e_phnum = segs+1; /* Include notes */ |
e_phnum | 162 | include/linux/elf.h | Elf32_Half e_phnum; |