tag | line | file | source code |
p_type | 218 | fs/binfmt_elf.c | if(eppnt->p_type == PT_LOAD) { |
p_type | 416 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 538 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_INTERP) { |
p_type | 565 | fs/binfmt_elf.c | if(elf_ppnt->p_type == PT_LOAD) { |
p_type | 731 | fs/binfmt_elf.c | if((elf_phdata + i)->p_type == PT_LOAD) j++; |
p_type | 739 | fs/binfmt_elf.c | while(elf_phdata->p_type != PT_LOAD) elf_phdata++; |
p_type | 1092 | fs/binfmt_elf.c | phdr.p_type = PT_NOTE; |
p_type | 1120 | fs/binfmt_elf.c | phdr.p_type = PT_LOAD; |
p_type | 158 | include/linux/elf.h | Elf32_Word p_type; |