tag | line | file | source code |
p_type | 230 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 426 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 553 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 580 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 772 | fs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 779 | fs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 1139 | fs/binfmt_elf.c | phdr.p_type = PT_NOTE; |
p_type | 1167 | fs/binfmt_elf.c | phdr.p_type = PT_LOAD; |
p_type | 175 | include/linux/elf.h | Elf32_Word p_type; |