tag | line | file | source code |
elf_ppnt | 275 | ibcs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_ppnt | 318 | ibcs/binfmt_elf.c | elf_ppnt = elf_phdata; |
elf_ppnt | 342 | ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
elf_ppnt | 346 | ibcs/binfmt_elf.c | elf_interpreter = (char *) kmalloc(elf_ppnt->p_filesz, |
elf_ppnt | 349 | ibcs/binfmt_elf.c | retval = read_exec(bprm->inode,elf_ppnt->p_offset,elf_interpreter, |
elf_ppnt | 350 | ibcs/binfmt_elf.c | elf_ppnt->p_filesz); |
elf_ppnt | 370 | ibcs/binfmt_elf.c | elf_ppnt++; |
elf_ppnt | 448 | ibcs/binfmt_elf.c | elf_ppnt = elf_phdata; |
elf_ppnt | 451 | ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
elf_ppnt | 477 | ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
elf_ppnt | 479 | ibcs/binfmt_elf.c | elf_ppnt->p_vaddr & 0xfffff000, |
elf_ppnt | 480 | ibcs/binfmt_elf.c | elf_ppnt->p_filesz + (elf_ppnt->p_vaddr & 0xfff), |
elf_ppnt | 483 | ibcs/binfmt_elf.c | elf_ppnt->p_offset & 0xfffff000); |
elf_ppnt | 486 | ibcs/binfmt_elf.c | if(elf_ppnt->p_vaddr & 0xfffff000 < elf_stack) |
elf_ppnt | 487 | ibcs/binfmt_elf.c | elf_stack = elf_ppnt->p_vaddr & 0xfffff000; |
elf_ppnt | 491 | ibcs/binfmt_elf.c | load_addr = elf_ppnt->p_vaddr - elf_ppnt->p_offset; |
elf_ppnt | 492 | ibcs/binfmt_elf.c | k = elf_ppnt->p_vaddr; |
elf_ppnt | 494 | ibcs/binfmt_elf.c | k = elf_ppnt->p_vaddr + elf_ppnt->p_filesz; |
elf_ppnt | 496 | ibcs/binfmt_elf.c | if((elf_ppnt->p_flags | PROT_WRITE) && end_code < k) |
elf_ppnt | 499 | ibcs/binfmt_elf.c | k = elf_ppnt->p_vaddr + elf_ppnt->p_memsz; |
elf_ppnt | 502 | ibcs/binfmt_elf.c | elf_ppnt++; |