Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Delfcore.c25 if (phdr.p_type == PT_LOAD) { in elf_core_write_extra_phdrs()
51 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_write_extra_data()
71 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_extra_data_size()
Dunwind.c2197 if (phdr->p_type == PT_IA_64_UNWIND) { in create_gate_table()
/arch/x86/um/
Delfcore.c28 if (phdr.p_type == PT_LOAD) { in elf_core_write_extra_phdrs()
52 if (phdrp[i].p_type == PT_LOAD) { in elf_core_write_extra_data()
73 if (phdrp[i].p_type == PT_LOAD) in elf_core_extra_data_size()
/arch/powerpc/boot/
Delf_util.c38 if (elf64ph->p_type == PT_LOAD) in parse_elf64()
69 if (elf32ph->p_type == PT_LOAD) in parse_elf32()
Delf.h96 Elf32_Word p_type; member
107 Elf64_Word p_type; member
/arch/s390/kernel/
Dkexec_elf.c36 if (phdr->p_type != PT_LOAD) in kexec_file_add_kernel_elf()
95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
Dcrash_dump.c567 phdr->p_type = PT_LOAD; in loads_init()
596 phdr->p_type = PT_NOTE; in notes_init()
/arch/sparc/vdso/
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/x86/entry/vdso/
Dvdso2c.h30 if (GET_LE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()
43 } else if (GET_LE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()
/arch/mips/kernel/
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()
Dvpe.c702 if (phdr->p_type == PT_LOAD) { in vpe_elfload()
/arch/mips/boot/
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/kernel/cpu/microcode/
Damd.c160 u32 p_type, p_size; in __verify_patch_section() local
171 p_type = hdr[0]; in __verify_patch_section()
174 if (p_type != UCODE_UCODE_TYPE) { in __verify_patch_section()
177 p_type); in __verify_patch_section()
/arch/s390/include/asm/
Delf.h173 if ((phdr)->p_type == PT_S390_PGSTE && \
/arch/powerpc/oprofile/cell/
Dvma_map.c157 if (phdr.p_type != PT_LOAD) in create_vma_map()
/arch/parisc/boot/compressed/
Dmisc.c267 switch (phdr->p_type) { in parse_elf()
/arch/powerpc/kernel/
Dfadump.c765 if (phdr->p_type == PT_NOTE) { in fadump_update_elfcore_header()
1081 phdr->p_type = PT_NOTE; in fadump_create_elfcore_headers()
1096 phdr->p_type = PT_NOTE; in fadump_create_elfcore_headers()
1122 phdr->p_type = PT_LOAD; in fadump_create_elfcore_headers()
Dprom_init.c1150 .p_type = PT_NOTE,
1154 .p_type = PT_NOTE,
/arch/powerpc/platforms/powernv/
Dopal-core.c380 phdr->p_type = cpu_to_be32(PT_NOTE); in create_opalcore()
394 phdr->p_type = cpu_to_be32(PT_LOAD); in create_opalcore()
/arch/x86/boot/compressed/
Dmisc.c303 switch (phdr->p_type) { in parse_elf()