tag | line | file | source code |
e_phoff | 138 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
e_phoff | 140 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PHDR, load_addr + exec->e_phoff); |
e_phoff | 215 | fs/binfmt_elf.c | retval = read_exec(interpreter_inode, interp_elf_ex->e_phoff, (char *) elf_phdata, |
e_phoff | 397 | fs/binfmt_elf.c | retval = read_exec(bprm->inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 755 | fs/binfmt_elf.c | retval = read_exec(inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 982 | fs/binfmt_elf.c | elf.e_phoff = sizeof(elf); |
e_phoff | 157 | include/linux/elf.h | Elf32_Off e_phoff; |