tag | line | file | source code |
eppnt | 92 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr * eppnt; |
eppnt | 93 | arch/i386/ibcs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
eppnt | 132 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr *eppnt; |
eppnt | 174 | arch/i386/ibcs/binfmt_elf.c | eppnt = elf_phdata; |
eppnt | 175 | arch/i386/ibcs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
eppnt | 176 | arch/i386/ibcs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
eppnt | 178 | arch/i386/ibcs/binfmt_elf.c | eppnt->p_vaddr & 0xfffff000, |
eppnt | 179 | arch/i386/ibcs/binfmt_elf.c | eppnt->p_filesz + (eppnt->p_vaddr & 0xfff), |
eppnt | 182 | arch/i386/ibcs/binfmt_elf.c | eppnt->p_offset & 0xfffff000); |
eppnt | 186 | arch/i386/ibcs/binfmt_elf.c | k = load_addr + eppnt->p_vaddr + eppnt->p_filesz; |
eppnt | 189 | arch/i386/ibcs/binfmt_elf.c | k = load_addr + eppnt->p_memsz + eppnt->p_vaddr; |
eppnt | 126 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
eppnt | 127 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
eppnt | 166 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
eppnt | 208 | fs/binfmt_elf.c | eppnt = elf_phdata; |
eppnt | 209 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
eppnt | 210 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
eppnt | 212 | fs/binfmt_elf.c | eppnt->p_vaddr & 0xfffff000, |
eppnt | 213 | fs/binfmt_elf.c | eppnt->p_filesz + (eppnt->p_vaddr & 0xfff), |
eppnt | 216 | fs/binfmt_elf.c | eppnt->p_offset & 0xfffff000); |
eppnt | 220 | fs/binfmt_elf.c | k = load_addr + eppnt->p_vaddr + eppnt->p_filesz; |
eppnt | 223 | fs/binfmt_elf.c | k = load_addr + eppnt->p_memsz + eppnt->p_vaddr; |