tag | line | file | source code |
e_phoff | 115 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
e_phoff | 117 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PHDR, load_addr + exec->e_phoff); |
e_phoff | 204 | fs/binfmt_elf.c | retval = read_exec(interpreter_inode, interp_elf_ex->e_phoff, (char *) elf_phdata, |
e_phoff | 385 | fs/binfmt_elf.c | retval = read_exec(bprm->inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 758 | fs/binfmt_elf.c | retval = read_exec(inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 993 | fs/binfmt_elf.c | elf.e_phoff = sizeof(elf); |
e_phoff | 157 | include/linux/elf.h | Elf32_Off e_phoff; |