Symbol: PT_LOAD
arch/loongarch/kernel/kexec_elf.c
32
if (phdr->p_type != PT_LOAD)
arch/mips/boot/elf2ecoff.c
359
case PT_LOAD:
arch/mips/boot/elf2ecoff.c
567
if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
arch/mips/kernel/vpe.c
702
if (phdr->p_type == PT_LOAD) {
arch/parisc/boot/compressed/misc.c
268
case PT_LOAD:
arch/powerpc/boot/elf_util.c
38
if (elf64ph->p_type == PT_LOAD)
arch/powerpc/boot/elf_util.c
69
if (elf32ph->p_type == PT_LOAD)
arch/powerpc/kernel/fadump.c
998
phdr->p_type = PT_LOAD;
arch/powerpc/platforms/powernv/opal-core.c
396
phdr->p_type = cpu_to_be32(PT_LOAD);
arch/riscv/kernel/kexec_elf.c
38
if (phdr->p_type != PT_LOAD)
arch/riscv/kernel/kexec_elf.c
76
if (phdr->p_type != PT_LOAD)
arch/s390/kernel/crash_dump.c
497
phdr->p_type = PT_LOAD;
arch/s390/kernel/crash_dump.c
555
phdr->p_type = PT_LOAD;
arch/s390/kernel/kexec_elf.c
36
if (phdr->p_type != PT_LOAD)
arch/sparc/vdso/vdso2c.h
29
if (GET_BE(&pt[i].p_type) == PT_LOAD) {
arch/x86/boot/compressed/misc.c
312
case PT_LOAD:
arch/x86/tools/vdso2c.h
65
if (GET_LE(&pt[i].p_type) == PT_LOAD) {
drivers/gpu/drm/imagination/pvr_fw_util.c
42
if (program_header->p_type != PT_LOAD)
drivers/remoteproc/imx_dsp_rproc.c
921
if (type != PT_LOAD || !memsz)
drivers/remoteproc/mtk_scp.c
321
if (phdr->p_type != PT_LOAD)
drivers/remoteproc/pru_rproc.c
823
if (phdr->p_type != PT_LOAD || !filesz)
drivers/remoteproc/qcom_common.c
291
if (phdr->p_type != PT_LOAD)
drivers/remoteproc/qcom_q6v5_mss.c
1106
if (phdr->p_type != PT_LOAD)
drivers/remoteproc/remoteproc_coredump.c
296
elf_phdr_set_p_type(class, phdr, PT_LOAD);
drivers/remoteproc/remoteproc_elf_loader.c
184
if (type != PT_LOAD || !memsz)
drivers/soc/qcom/mdt_loader.c
182
if (phdrs[0].p_type == PT_LOAD)
drivers/soc/qcom/mdt_loader.c
56
if (phdr->p_type != PT_LOAD)
drivers/soc/qcom/qcom-geni-se.c
1038
if (phdr->p_type != PT_LOAD || !phdr->p_memsz)
fs/binfmt_elf.c
1050
if (elf_ppnt->p_type != PT_LOAD)
fs/binfmt_elf.c
2073
phdr.p_type = PT_LOAD;
fs/binfmt_elf.c
472
if (phdr[i].p_type == PT_LOAD) {
fs/binfmt_elf.c
498
if (cmds[i].p_type == PT_LOAD) {
fs/binfmt_elf.c
677
if (eppnt->p_type == PT_LOAD) {
fs/binfmt_elf_fdpic.c
1036
if (phdr->p_type != PT_LOAD)
fs/binfmt_elf_fdpic.c
1593
phdr.p_type = PT_LOAD;
fs/binfmt_elf_fdpic.c
288
case PT_LOAD:
fs/binfmt_elf_fdpic.c
764
if (params->phdrs[loop].p_type == PT_LOAD)
fs/binfmt_elf_fdpic.c
816
if (phdr->p_type != PT_LOAD)
fs/binfmt_elf_fdpic.c
947
if (params->phdrs[loop].p_type != PT_LOAD)
fs/binfmt_elf_fdpic.c
968
if (params->phdrs[loop].p_type != PT_LOAD)
fs/proc/kcore.c
397
phdr->p_type = PT_LOAD;
fs/proc/vmcore.c
1134
if (phdr_ptr->p_type != PT_LOAD)
fs/proc/vmcore.c
1171
if (phdr_ptr->p_type != PT_LOAD)
fs/tests/binfmt_elf_kunit.c
17
{ .p_type = PT_LOAD, .p_vaddr = 0x00000000, .p_memsz = 0x0033a8, },
fs/tests/binfmt_elf_kunit.c
18
{ .p_type = PT_LOAD, .p_vaddr = 0x00004000, .p_memsz = 0x005c91, },
fs/tests/binfmt_elf_kunit.c
19
{ .p_type = PT_LOAD, .p_vaddr = 0x0000a000, .p_memsz = 0x0022f8, },
fs/tests/binfmt_elf_kunit.c
20
{ .p_type = PT_LOAD, .p_vaddr = 0x0000d330, .p_memsz = 0x000d40, },
fs/tests/binfmt_elf_kunit.c
32
{ .p_type = PT_LOAD, .p_vaddr = 0x00000000, .p_memsz = 0x0033a8, },
fs/tests/binfmt_elf_kunit.c
33
{ .p_type = PT_LOAD, .p_vaddr = 0x0000d330, .p_memsz = 0x000d40, },
fs/tests/binfmt_elf_kunit.c
34
{ .p_type = PT_LOAD, .p_vaddr = 0x00004000, .p_memsz = 0x005c91, },
fs/tests/binfmt_elf_kunit.c
35
{ .p_type = PT_LOAD, .p_vaddr = 0x0000a000, .p_memsz = 0x0022f8, },
fs/tests/binfmt_elf_kunit.c
7
{ .p_type = PT_LOAD, .p_vaddr = 0, .p_memsz = 0, },
kernel/crash_core.c
241
phdr->p_type = PT_LOAD;
kernel/crash_core.c
255
phdr->p_type = PT_LOAD;
kernel/kexec_elf.c
404
if (phdr->p_type != PT_LOAD)
tools/lib/bpf/usdt.c
435
if (phdr.p_type != PT_LOAD)
tools/perf/util/genelf.c
231
phdr[0].p_type = PT_LOAD;
tools/perf/util/symbol-elf.c
1823
if (phdr.p_type != PT_LOAD)
tools/perf/util/symbol-elf.c
2048
.p_type = PT_LOAD,
tools/perf/util/symbol-elf.c
252
if (phdr->p_type != PT_LOAD)
tools/perf/util/unwind-libunwind-local.c
221
if (gelf_getphdr(elf, i, &phdr) && phdr.p_type == PT_LOAD) {
tools/testing/selftests/exec/load_address.c
38
if (info->dlpi_phdr[i].p_type != PT_LOAD)
tools/testing/selftests/kvm/lib/elf.c
152
if (phdr.p_type != PT_LOAD)
tools/testing/selftests/sgx/load.c
237
if (phdr->p_type == PT_LOAD)
tools/testing/selftests/sgx/load.c
250
if (phdr->p_type != PT_LOAD)
tools/testing/selftests/vDSO/parse_vdso.c
120
if (pt[i].p_type == PT_LOAD && !found_vaddr) {