tag | line | file | source code |
elf_phdr | 60 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 89 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 340 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 375 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
elf_phdr | 378 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 379 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 384 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum); |