Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 18 of 18) sorted by relevance

/arch/x86/um/
A Delfcore.c29 if (phdr.p_type == PT_LOAD) { in elf_core_write_extra_phdrs()
53 if (phdrp[i].p_type == PT_LOAD) { in elf_core_write_extra_data()
74 if (phdrp[i].p_type == PT_LOAD) in elf_core_extra_data_size()
/arch/powerpc/boot/
A Delf_util.c38 if (elf64ph->p_type == PT_LOAD) in parse_elf64()
69 if (elf32ph->p_type == PT_LOAD) in parse_elf32()
A Delf.h96 Elf32_Word p_type; member
107 Elf64_Word p_type; member
/arch/riscv/kernel/
A Dkexec_elf.c38 if (phdr->p_type != PT_LOAD) in riscv_kexec_elf_load()
76 if (phdr->p_type != PT_LOAD) in elf_find_pbase()
/arch/s390/kernel/
A Dkexec_elf.c36 if (phdr->p_type != PT_LOAD) in kexec_file_add_kernel_elf()
97 if (phdr->p_type == PT_INTERP) in s390_elf_load()
A Dcrash_dump.c497 phdr->p_type = PT_LOAD; in fill_ptload()
555 phdr->p_type = PT_LOAD; in text_init()
583 phdr->p_type = PT_NOTE; in notes_init()
/arch/sparc/vdso/
A Dvdso2c.h29 if (GET_BE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()
42 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()
/arch/mips/kernel/
A Delf.c106 if (phdr32->p_type != PT_MIPS_ABIFLAGS) in arch_elf_pt_proc()
113 if (phdr64->p_type != PT_MIPS_ABIFLAGS) in arch_elf_pt_proc()
A Dvpe.c702 if (phdr->p_type == PT_LOAD) { in vpe_elfload()
/arch/mips/boot/
A Delf2ecoff.c191 p->p_type = swab32(p->p_type); in convert_elf_phdrs()
351 switch (ph[i].p_type) { in main()
388 ex.e_phnum, ph[i].p_type); in main()
567 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) { in main()
/arch/x86/entry/vdso/
A Dvdso2c.h65 if (GET_LE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()
78 } else if (GET_LE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()
/arch/arm64/kernel/
A Delfcore.c99 phdr.p_type = PT_AARCH64_MEMTAG_MTE; in elf_core_write_extra_phdrs()
/arch/x86/kernel/cpu/microcode/
A Damd.c364 u32 p_type, p_size; in __verify_patch_section() local
373 p_type = hdr[0]; in __verify_patch_section()
376 if (p_type != UCODE_UCODE_TYPE) { in __verify_patch_section()
378 p_type); in __verify_patch_section()
/arch/parisc/boot/compressed/
A Dmisc.c267 switch (phdr->p_type) { in parse_elf()
/arch/powerpc/kernel/
A Dfadump.c767 if (phdr->p_type == PT_NOTE) { in fadump_update_elfcore_header()
998 phdr->p_type = PT_LOAD; in populate_elf_pt_load()
1025 phdr->p_type = PT_NOTE; in fadump_populate_elfcorehdr()
1039 phdr->p_type = PT_NOTE; in fadump_populate_elfcorehdr()
A Dprom_init.c1184 .p_type = PT_NOTE,
1188 .p_type = PT_NOTE,
/arch/powerpc/platforms/powernv/
A Dopal-core.c382 phdr->p_type = cpu_to_be32(PT_NOTE); in create_opalcore()
396 phdr->p_type = cpu_to_be32(PT_LOAD); in create_opalcore()
/arch/x86/boot/compressed/
A Dmisc.c311 switch (phdr->p_type) { in parse_elf()

Completed in 788 milliseconds