| tag | line | file | source code |
|---|---|---|---|
| e_phentsize | 211 | fs/binfmt_elf.c | if( interp_elf_ex->e_phentsize != 32 ) |
| e_phentsize | 392 | fs/binfmt_elf.c | elf_phdata = (struct elf_phdr *) kmalloc(elf_ex.e_phentsize * |
| e_phentsize | 399 | fs/binfmt_elf.c | elf_ex.e_phentsize * elf_ex.e_phnum, 1); |
| e_phentsize | 1004 | fs/binfmt_elf.c | elf.e_phentsize = sizeof(struct elf_phdr); |
| e_phentsize | 161 | include/linux/elf.h | Elf32_Half e_phentsize; |