| tag | line | file | source code |
| p_type | 212 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
| p_type | 410 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
| p_type | 532 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
| p_type | 559 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
| p_type | 725 | fs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
| p_type | 733 | fs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
| p_type | 1086 | fs/binfmt_elf.c | phdr.p_type = PT_NOTE; |
| p_type | 1114 | fs/binfmt_elf.c | phdr.p_type = PT_LOAD; |
| p_type | 158 | include/linux/elf.h | Elf32_Word p_type; |