tag | line | file | source code |
elf_phdr | 92 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr * eppnt; |
elf_phdr | 93 | arch/i386/ibcs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
elf_phdr | 95 | arch/i386/ibcs/binfmt_elf.c | put_fs_long(4,dlinfo++); put_fs_long(sizeof(struct elf_phdr),dlinfo++); |
elf_phdr | 131 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 132 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr *eppnt; |
elf_phdr | 157 | arch/i386/ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
elf_phdr | 160 | arch/i386/ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 161 | arch/i386/ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
elf_phdr | 167 | arch/i386/ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
elf_phdr | 274 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 304 | arch/i386/ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 568 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 603 | arch/i386/ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
elf_phdr | 606 | arch/i386/ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 607 | arch/i386/ibcs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 612 | arch/i386/ibcs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |
elf_phdr | 126 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
elf_phdr | 127 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
elf_phdr | 129 | fs/binfmt_elf.c | put_fs_long(4,dlinfo++); put_fs_long(sizeof(struct elf_phdr),dlinfo++); |
elf_phdr | 165 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 166 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
elf_phdr | 191 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
elf_phdr | 194 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 195 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
elf_phdr | 201 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
elf_phdr | 311 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 347 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 639 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 678 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
elf_phdr | 683 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 684 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 689 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |