tag | line | file | source code |
e_phoff | 93 | arch/i386/ibcs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
e_phoff | 94 | arch/i386/ibcs/binfmt_elf.c | put_fs_long(3,dlinfo++); put_fs_long(load_addr + exec->e_phoff,dlinfo++); |
e_phoff | 166 | arch/i386/ibcs/binfmt_elf.c | retval = read_exec(interpreter_inode, interp_elf_ex->e_phoff, (char *) elf_phdata, |
e_phoff | 309 | arch/i386/ibcs/binfmt_elf.c | retval = read_exec(bprm->inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 611 | arch/i386/ibcs/binfmt_elf.c | retval = read_exec(inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 127 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
e_phoff | 128 | fs/binfmt_elf.c | put_fs_long(3,dlinfo++); put_fs_long(load_addr + exec->e_phoff,dlinfo++); |
e_phoff | 200 | fs/binfmt_elf.c | retval = read_exec(interpreter_inode, interp_elf_ex->e_phoff, (char *) elf_phdata, |
e_phoff | 352 | fs/binfmt_elf.c | retval = read_exec(bprm->inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 688 | fs/binfmt_elf.c | retval = read_exec(inode, elf_ex.e_phoff, (char *) elf_phdata, |
e_phoff | 140 | include/linux/elf.h | Elf32_Off e_phoff; |