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 | 216 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * interp_elf_ex->e_phnum, 1); |
elf_phdr | 353 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_phdr | 390 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
elf_phdr | 704 | fs/binfmt_elf.c | struct elf_phdr *elf_phdata = NULL; |
elf_phdr | 743 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
elf_phdr | 748 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) |
elf_phdr | 749 | fs/binfmt_elf.c | kmalloc(sizeof(struct elf_phdr) * elf_ex.e_phnum, GFP_KERNEL); |
elf_phdr | 756 | fs/binfmt_elf.c | sizeof(struct elf_phdr) * elf_ex.e_phnum, 1); |
elf_phdr | 986 | fs/binfmt_elf.c | elf.e_phentsize = sizeof(struct elf_phdr); |
elf_phdr | 1024 | fs/binfmt_elf.c | offset += (segs+1) * sizeof(struct elf_phdr); /* Program headers */ |
elf_phdr | 1115 | fs/binfmt_elf.c | struct elf_phdr phdr; |
elf_phdr | 1140 | fs/binfmt_elf.c | struct elf_phdr phdr; |