| tag | line | file | source code |
| e_phoff | 132 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
| e_phoff | 133 | fs/binfmt_elf.c | put_user(3,dlinfo++); put_user(load_addr + exec->e_phoff,dlinfo++); |
| e_phoff | 203 | fs/binfmt_elf.c | retval = read_exec(interpreter_inode, interp_elf_ex->e_phoff, (char *) elf_phdata, |
| e_phoff | 380 | fs/binfmt_elf.c | retval = read_exec(bprm->inode, elf_ex.e_phoff, (char *) elf_phdata, |
| e_phoff | 720 | fs/binfmt_elf.c | retval = read_exec(inode, elf_ex.e_phoff, (char *) elf_phdata, |
| e_phoff | 947 | fs/binfmt_elf.c | elf.e_phoff = sizeof(elf); |
| e_phoff | 140 | include/linux/elf.h | Elf32_Off e_phoff; |