tag | line | file | source code |
elf_ppnt | 274 | arch/i386/ibcs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_ppnt | 317 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt = elf_phdata; |
elf_ppnt | 341 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
elf_ppnt | 345 | arch/i386/ibcs/binfmt_elf.c | elf_interpreter = (char *) kmalloc(elf_ppnt->p_filesz, |
elf_ppnt | 348 | arch/i386/ibcs/binfmt_elf.c | retval = read_exec(bprm->inode,elf_ppnt->p_offset,elf_interpreter, |
elf_ppnt | 349 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt->p_filesz); |
elf_ppnt | 369 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt++; |
elf_ppnt | 447 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt = elf_phdata; |
elf_ppnt | 450 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
elf_ppnt | 476 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
elf_ppnt | 478 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt->p_vaddr & 0xfffff000, |
elf_ppnt | 479 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt->p_filesz + (elf_ppnt->p_vaddr & 0xfff), |
elf_ppnt | 482 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt->p_offset & 0xfffff000); |
elf_ppnt | 485 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_vaddr & 0xfffff000 < elf_stack) |
elf_ppnt | 486 | arch/i386/ibcs/binfmt_elf.c | elf_stack = elf_ppnt->p_vaddr & 0xfffff000; |
elf_ppnt | 490 | arch/i386/ibcs/binfmt_elf.c | load_addr = elf_ppnt->p_vaddr - elf_ppnt->p_offset; |
elf_ppnt | 491 | arch/i386/ibcs/binfmt_elf.c | k = elf_ppnt->p_vaddr; |
elf_ppnt | 493 | arch/i386/ibcs/binfmt_elf.c | k = elf_ppnt->p_vaddr + elf_ppnt->p_filesz; |
elf_ppnt | 495 | arch/i386/ibcs/binfmt_elf.c | if((elf_ppnt->p_flags | PROT_WRITE) && end_code < k) |
elf_ppnt | 498 | arch/i386/ibcs/binfmt_elf.c | k = elf_ppnt->p_vaddr + elf_ppnt->p_memsz; |
elf_ppnt | 501 | arch/i386/ibcs/binfmt_elf.c | elf_ppnt++; |
elf_ppnt | 311 | fs/binfmt_elf.c | struct elf_phdr * elf_ppnt, *elf_phdata; |
elf_ppnt | 361 | fs/binfmt_elf.c | elf_ppnt = elf_phdata; |
elf_ppnt | 386 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
elf_ppnt | 390 | fs/binfmt_elf.c | elf_interpreter = (char *) kmalloc(elf_ppnt->p_filesz, |
elf_ppnt | 393 | fs/binfmt_elf.c | retval = read_exec(bprm->inode,elf_ppnt->p_offset,elf_interpreter, |
elf_ppnt | 394 | fs/binfmt_elf.c | elf_ppnt->p_filesz); |
elf_ppnt | 421 | fs/binfmt_elf.c | elf_ppnt++; |
elf_ppnt | 502 | fs/binfmt_elf.c | elf_ppnt = elf_phdata; |
elf_ppnt | 505 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
elf_ppnt | 532 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
elf_ppnt | 534 | fs/binfmt_elf.c | elf_ppnt->p_vaddr & 0xfffff000, |
elf_ppnt | 535 | fs/binfmt_elf.c | elf_ppnt->p_filesz + (elf_ppnt->p_vaddr & 0xfff), |
elf_ppnt | 538 | fs/binfmt_elf.c | elf_ppnt->p_offset & 0xfffff000); |
elf_ppnt | 541 | fs/binfmt_elf.c | if(elf_ppnt->p_vaddr & 0xfffff000 < elf_stack) |
elf_ppnt | 542 | fs/binfmt_elf.c | elf_stack = elf_ppnt->p_vaddr & 0xfffff000; |
elf_ppnt | 546 | fs/binfmt_elf.c | load_addr = elf_ppnt->p_vaddr - elf_ppnt->p_offset; |
elf_ppnt | 547 | fs/binfmt_elf.c | k = elf_ppnt->p_vaddr; |
elf_ppnt | 549 | fs/binfmt_elf.c | k = elf_ppnt->p_vaddr + elf_ppnt->p_filesz; |
elf_ppnt | 551 | fs/binfmt_elf.c | if((elf_ppnt->p_flags | PROT_WRITE) && end_code < k) |
elf_ppnt | 554 | fs/binfmt_elf.c | k = elf_ppnt->p_vaddr + elf_ppnt->p_memsz; |
elf_ppnt | 557 | fs/binfmt_elf.c | elf_ppnt++; |