tag | line | file | source code |
eppnt | 122 | fs/binfmt_elf.c | struct elf_phdr * eppnt; |
eppnt | 123 | fs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
eppnt | 162 | fs/binfmt_elf.c | struct elf_phdr *eppnt; |
eppnt | 204 | fs/binfmt_elf.c | eppnt = elf_phdata; |
eppnt | 205 | fs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
eppnt | 206 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
eppnt | 208 | fs/binfmt_elf.c | eppnt->p_vaddr & 0xfffff000, |
eppnt | 209 | fs/binfmt_elf.c | eppnt->p_filesz + (eppnt->p_vaddr & 0xfff), |
eppnt | 212 | fs/binfmt_elf.c | eppnt->p_offset & 0xfffff000); |
eppnt | 216 | fs/binfmt_elf.c | k = load_addr + eppnt->p_vaddr + eppnt->p_filesz; |
eppnt | 219 | fs/binfmt_elf.c | k = load_addr + eppnt->p_memsz + eppnt->p_vaddr; |
eppnt | 93 | ibcs/binfmt_elf.c | struct elf_phdr * eppnt; |
eppnt | 94 | ibcs/binfmt_elf.c | eppnt = (struct elf_phdr *) exec->e_phoff; |
eppnt | 133 | ibcs/binfmt_elf.c | struct elf_phdr *eppnt; |
eppnt | 175 | ibcs/binfmt_elf.c | eppnt = elf_phdata; |
eppnt | 176 | ibcs/binfmt_elf.c | for(i=0; i<interp_elf_ex->e_phnum; i++, eppnt++) |
eppnt | 177 | ibcs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
eppnt | 179 | ibcs/binfmt_elf.c | eppnt->p_vaddr & 0xfffff000, |
eppnt | 180 | ibcs/binfmt_elf.c | eppnt->p_filesz + (eppnt->p_vaddr & 0xfff), |
eppnt | 183 | ibcs/binfmt_elf.c | eppnt->p_offset & 0xfffff000); |
eppnt | 187 | ibcs/binfmt_elf.c | k = load_addr + eppnt->p_vaddr + eppnt->p_filesz; |
eppnt | 190 | ibcs/binfmt_elf.c | k = load_addr + eppnt->p_memsz + eppnt->p_vaddr; |