Searched refs:p_type (Results 1 – 18 of 18) sorted by relevance
29 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()
38 if (elf64ph->p_type == PT_LOAD) in parse_elf64()69 if (elf32ph->p_type == PT_LOAD) in parse_elf32()
96 Elf32_Word p_type; member107 Elf64_Word p_type; member
38 if (phdr->p_type != PT_LOAD) in riscv_kexec_elf_load()76 if (phdr->p_type != PT_LOAD) in elf_find_pbase()
36 if (phdr->p_type != PT_LOAD) in kexec_file_add_kernel_elf()97 if (phdr->p_type == PT_INTERP) in s390_elf_load()
497 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()
29 if (GET_BE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()42 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()
106 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()
702 if (phdr->p_type == PT_LOAD) { in vpe_elfload()
191 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()
65 if (GET_LE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()78 } else if (GET_LE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()
99 phdr.p_type = PT_AARCH64_MEMTAG_MTE; in elf_core_write_extra_phdrs()
364 u32 p_type, p_size; in __verify_patch_section() local373 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()
267 switch (phdr->p_type) { in parse_elf()
767 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()
1184 .p_type = PT_NOTE,1188 .p_type = PT_NOTE,
382 phdr->p_type = cpu_to_be32(PT_NOTE); in create_opalcore()396 phdr->p_type = cpu_to_be32(PT_LOAD); in create_opalcore()
311 switch (phdr->p_type) { in parse_elf()
Completed in 788 milliseconds