tag | line | file | source code |
p_type | 168 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 333 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 442 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 468 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 600 | fs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 607 | fs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 168 | ibcs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 333 | ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 442 | ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 468 | ibcs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 600 | ibcs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 607 | ibcs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 141 | include/linux/elf.h | int p_type; |