tag | line | file | source code |
elf_phdr | 114 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
elf_phdr | 115 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
elf_phdr | 118 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PHENT, sizeof (struct elf_phdr)); |
elf_phdr | 159 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 160 | 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 | 205 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
elf_phdr | 346 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 379 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 708 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 750 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
elf_phdr | 753 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 754 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 759 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
elf_phdr | 997 | fs/binfmt_elf.c | elf.e_phentsize = sizeof(struct elf_phdr); |
elf_phdr | 1036 | fs/binfmt_elf.c | offset += (segs+1) * sizeof(struct elf_phdr); /* Program headers */ |
elf_phdr | 1127 | fs/binfmt_elf.c | struct elf_phdr phdr; |
elf_phdr | 1152 | fs/binfmt_elf.c | struct elf_phdr phdr; |