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 | 121 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
elf_phdr | 122 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
elf_phdr | 124 | fs/binfmt_elf.c | put_fs_long(4,dlinfo++); put_fs_long(sizeof(struct elf_phdr),dlinfo++); |
elf_phdr | 160 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 161 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
elf_phdr | 186 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
elf_phdr | 189 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 190 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
elf_phdr | 196 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum); |
elf_phdr | 306 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 348 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 656 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 704 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
elf_phdr | 711 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 712 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 717 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |