tag | line | file | source code |
elf_phdr | 137 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
elf_phdr | 138 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
elf_phdr | 141 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PHENT, sizeof (struct elf_phdr)); |
elf_phdr | 182 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 183 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
elf_phdr | 208 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
elf_phdr | 211 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 212 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, GFP_KERNEL); |
elf_phdr | 227 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
elf_phdr | 368 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 405 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 729 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 768 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
elf_phdr | 773 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 774 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 781 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
elf_phdr | 1011 | fs/binfmt_elf.c | elf.e_phentsize = sizeof(struct elf_phdr); |
elf_phdr | 1049 | fs/binfmt_elf.c | offset += (segs+1) * sizeof(struct elf_phdr); /* Program headers */ |
elf_phdr | 1140 | fs/binfmt_elf.c | struct elf_phdr phdr; |
elf_phdr | 1165 | fs/binfmt_elf.c | struct elf_phdr phdr; |