Searched refs:PT_LOAD (Results 1 - 25 of 64) sorted by last modified time

123

/linux-master/tools/testing/selftests/exec/
H A Dload_address.c29 if (info->dlpi_phdr[i].p_type != PT_LOAD)
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c288 case PT_LOAD:
756 if (params->phdrs[loop].p_type == PT_LOAD)
808 if (phdr->p_type != PT_LOAD)
939 if (params->phdrs[loop].p_type != PT_LOAD)
960 if (params->phdrs[loop].p_type != PT_LOAD)
1005 * map a binary by direct mmap() of the individual PT_LOAD segments
1028 if (phdr->p_type != PT_LOAD)
1107 * PT_LOAD */
1583 phdr.p_type = PT_LOAD;
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5_mss.c1062 if (phdr->p_type != PT_LOAD)
H A Dimx_dsp_rproc.c863 if (type != PT_LOAD || !memsz)
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S29 text PT_LOAD FLAGS(7); /* RWX */
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c219 /* PT_LOAD segments are sorted by p_vaddr, so the first has the minimum p_vaddr. */
221 if (gelf_getphdr(elf, i, &phdr) && phdr.p_type == PT_LOAD) {
H A Dsymbol-elf.c266 if (phdr->p_type != PT_LOAD)
1875 if (phdr.p_type != PT_LOAD)
2100 .p_type = PT_LOAD,
H A Dgenelf.c295 phdr[0].p_type = PT_LOAD;
/linux-master/kernel/
H A Dcrash_core.c175 * kexec-tools creates an extra PT_LOAD phdr for kernel text mapping
222 /* Prepare PT_LOAD type program header for kernel text region */
224 phdr->p_type = PT_LOAD;
238 phdr->p_type = PT_LOAD;
248 kexec_dprintk("Crash PT_LOAD ELF header. phdr=%p vaddr=0x%llx, paddr=0x%llx, sz=0x%llx e_phnum=%d p_offset=0x%llx\n",
/linux-master/include/uapi/linux/
H A Delf.h27 #define PT_LOAD 1 macro
/linux-master/fs/proc/
H A Dkcore.c386 phdr->p_type = PT_LOAD;
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c325 case PT_LOAD:
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c36 if (phdr->p_type != PT_LOAD)
H A Dvmlinux.lds.S35 text PT_LOAD FLAGS(5); /* R_E */
36 data PT_LOAD FLAGS(7); /* RWE */
H A Dcrash_dump.c509 phdr->p_type = PT_LOAD;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c50 if (phdr->p_type != PT_LOAD)
88 if (phdr->p_type != PT_LOAD)
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c44 /* OPAL memory to be exported as PT_LOAD segments */
49 /* Pointer to the first PT_LOAD in the ELF core file */
396 phdr->p_type = cpu_to_be32(PT_LOAD);
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S104 text PT_LOAD FLAGS(5); /* R_E */
105 data PT_LOAD FLAGS(6); /* RW_ */
108 percpu PT_LOAD FLAGS(6); /* RW_ */
110 init PT_LOAD FLAGS(7); /* RWE */
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S116 * PT_LOAD segment, and set the flags explicitly to make segments read-only.
120 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S116 * PT_LOAD segment, and set the flags explicitly to make segments read-only.
120 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
/linux-master/tools/testing/selftests/kvm/lib/
H A Delf.c152 if (phdr.p_type != PT_LOAD)
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S43 text PT_LOAD FLAGS(7); /* RWX */
/linux-master/tools/testing/selftests/sgx/
H A Dload.c237 if (phdr->p_type == PT_LOAD)
250 if (phdr->p_type != PT_LOAD)
/linux-master/arch/mips/kernel/
H A Dvpe.c701 if (phdr->p_type == PT_LOAD) {
/linux-master/arch/mips/boot/
H A Delf2ecoff.c359 case PT_LOAD:
567 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {

Completed in 237 milliseconds

123