PT_LOAD            25 arch/ia64/kernel/elfcore.c 		if (phdr.p_type == PT_LOAD) {
PT_LOAD            51 arch/ia64/kernel/elfcore.c 		if (gate_phdrs[i].p_type == PT_LOAD) {
PT_LOAD            71 arch/ia64/kernel/elfcore.c 		if (gate_phdrs[i].p_type == PT_LOAD) {
PT_LOAD           359 arch/mips/boot/elf2ecoff.c 		case PT_LOAD:
PT_LOAD           567 arch/mips/boot/elf2ecoff.c 		if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
PT_LOAD           702 arch/mips/kernel/vpe.c 			if (phdr->p_type == PT_LOAD) {
PT_LOAD           268 arch/parisc/boot/compressed/misc.c 		case PT_LOAD:
PT_LOAD            38 arch/powerpc/boot/elf_util.c 		if (elf64ph->p_type == PT_LOAD)
PT_LOAD            69 arch/powerpc/boot/elf_util.c 		if (elf32ph->p_type == PT_LOAD)
PT_LOAD          1013 arch/powerpc/kernel/fadump.c 		phdr->p_type	= PT_LOAD;
PT_LOAD           157 arch/powerpc/oprofile/cell/vma_map.c 		if (phdr.p_type != PT_LOAD)
PT_LOAD           393 arch/powerpc/platforms/powernv/opal-core.c 		phdr->p_type	= cpu_to_be32(PT_LOAD);
PT_LOAD           569 arch/s390/kernel/crash_dump.c 		phdr->p_type = PT_LOAD;
PT_LOAD            36 arch/s390/kernel/kexec_elf.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD            29 arch/sparc/vdso/vdso2c.h 		if (GET_BE(&pt[i].p_type) == PT_LOAD) {
PT_LOAD           303 arch/x86/boot/compressed/misc.c 		case PT_LOAD:
PT_LOAD            31 arch/x86/entry/vdso/vdso2c.h 		if (GET_LE(&pt[i].p_type) == PT_LOAD) {
PT_LOAD           280 arch/x86/kernel/crash.c 		if (phdr->p_type == PT_LOAD &&
PT_LOAD            28 arch/x86/um/elfcore.c 			if (phdr.p_type == PT_LOAD) {
PT_LOAD            52 arch/x86/um/elfcore.c 			if (phdrp[i].p_type == PT_LOAD) {
PT_LOAD            73 arch/x86/um/elfcore.c 			if (phdrp[i].p_type == PT_LOAD)
PT_LOAD          1094 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD           105 drivers/remoteproc/qcom_common.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD           716 drivers/remoteproc/qcom_q6v5_mss.c 	if (phdr->p_type != PT_LOAD)
PT_LOAD          1611 drivers/remoteproc/remoteproc_core.c 		phdr->p_type = PT_LOAD;
PT_LOAD           156 drivers/remoteproc/remoteproc_elf_loader.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD            22 drivers/soc/qcom/mdt_loader.c 	if (phdr->p_type != PT_LOAD)
PT_LOAD           101 drivers/soc/qcom/mdt_loader.c 	if (phdrs[0].p_type == PT_LOAD || phdrs[1].p_type == PT_LOAD)
PT_LOAD           394 fs/binfmt_elf.c 		if (cmds[i].p_type == PT_LOAD) {
PT_LOAD           578 fs/binfmt_elf.c 		if (eppnt->p_type == PT_LOAD) {
PT_LOAD           886 fs/binfmt_elf.c 		if (elf_ppnt->p_type != PT_LOAD)
PT_LOAD          1217 fs/binfmt_elf.c 		if ((eppnt + i)->p_type == PT_LOAD)
PT_LOAD          1222 fs/binfmt_elf.c 	while (eppnt->p_type != PT_LOAD)
PT_LOAD          2306 fs/binfmt_elf.c 		phdr.p_type = PT_LOAD;
PT_LOAD           288 fs/binfmt_elf_fdpic.c 		case PT_LOAD:
PT_LOAD           747 fs/binfmt_elf_fdpic.c 		if (params->phdrs[loop].p_type == PT_LOAD)
PT_LOAD           803 fs/binfmt_elf_fdpic.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD           932 fs/binfmt_elf_fdpic.c 		if (params->phdrs[loop].p_type != PT_LOAD)
PT_LOAD           957 fs/binfmt_elf_fdpic.c 		if (params->phdrs[loop].p_type != PT_LOAD)
PT_LOAD          1025 fs/binfmt_elf_fdpic.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD          1733 fs/binfmt_elf_fdpic.c 		phdr.p_type = PT_LOAD;
PT_LOAD           382 fs/proc/kcore.c 			phdr->p_type = PT_LOAD;
PT_LOAD          1099 fs/proc/vmcore.c 		if (phdr_ptr->p_type != PT_LOAD)
PT_LOAD          1142 fs/proc/vmcore.c 		if (phdr_ptr->p_type != PT_LOAD)
PT_LOAD           404 kernel/kexec_elf.c 		if (phdr->p_type != PT_LOAD)
PT_LOAD          1305 kernel/kexec_file.c 		phdr->p_type = PT_LOAD;
PT_LOAD          1319 kernel/kexec_file.c 		phdr->p_type = PT_LOAD;
PT_LOAD          1186 tools/perf/util/symbol-elf.c 		if (phdr.p_type != PT_LOAD)
PT_LOAD          1411 tools/perf/util/symbol-elf.c 		.p_type		= PT_LOAD,
PT_LOAD           153 tools/testing/selftests/kvm/lib/elf.c 		if (phdr.p_type != PT_LOAD)
PT_LOAD           118 tools/testing/selftests/vDSO/parse_vdso.c 		if (pt[i].p_type == PT_LOAD && !found_vaddr) {