Searched refs:PT_LOAD (Results 51 - 64 of 64) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dgenelf.c295 phdr[0].p_type = PT_LOAD;
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)
1874 if (phdr.p_type != PT_LOAD)
2099 .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/fs/proc/
H A Dkcore.c386 phdr->p_type = PT_LOAD;
H A Dvmcore.c487 * regions in the 1st kernel pointed to by PT_LOAD entries) into
1120 if (phdr_ptr->p_type != PT_LOAD)
1163 if (phdr_ptr->p_type != PT_LOAD)
/linux-master/drivers/remoteproc/
H A Dpru_rproc.c822 if (phdr->p_type != PT_LOAD || !filesz)
H A Dimx_dsp_rproc.c863 if (type != PT_LOAD || !memsz)
H A Dmtk_scp.c320 if (phdr->p_type != PT_LOAD)
H A Dqcom_q6v5_mss.c1062 if (phdr->p_type != PT_LOAD)
/linux-master/arch/mips/kernel/
H A Dvpe.c701 if (phdr->p_type == PT_LOAD) {
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c1061 if (phdr->p_type != PT_LOAD)
/linux-master/tools/lib/bpf/
H A Dusdt.c424 if (phdr.p_type != PT_LOAD)
442 pr_warn("usdt: failed to find PT_LOAD program headers in '%s'\n", path);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c879 * PT_LOAD segments count.
886 * Boot memory area needs separate PT_LOAD segment(s) as it
998 phdr->p_type = PT_LOAD;
1049 * Setup PT_LOAD sections. first include boot memory regions

Completed in 384 milliseconds

123