tag | line | file | source code |
---|---|---|---|
e_phentsize | 304 | arch/i386/ibcs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
e_phentsize | 310 | arch/i386/ibcs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
e_phentsize | 347 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
e_phentsize | 353 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum); |
e_phentsize | 144 | include/linux/elf.h | Elf32_Half e_phentsize; |