tag | line | file | source code |
p_type | 224 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 427 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 554 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 581 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 760 | fs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 768 | fs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 1121 | fs/binfmt_elf.c | phdr.p_type = PT_NOTE; |
p_type | 1149 | fs/binfmt_elf.c | phdr.p_type = PT_LOAD; |
p_type | 175 | include/linux/elf.h | Elf32_Word p_type; |