tag | line | file | source code |
p_type | 176 | arch/i386/ibcs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 341 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 450 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 476 | arch/i386/ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 617 | arch/i386/ibcs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 624 | arch/i386/ibcs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 210 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 386 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 505 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 532 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 694 | fs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 702 | fs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 152 | include/linux/elf.h | Elf32_Word p_type; |