Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/boot/
H A Delf_util.c30 (elf64->e_type == ET_EXEC || in parse_elf64()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
H A Delf.h42 #define ET_EXEC 2 macro
/linux-6.15/arch/s390/kernel/
H A Dkexec_elf.c81 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/linux-6.15/arch/alpha/boot/tools/
H A Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/linux-6.15/fs/
H A Dbinfmt_elf.c650 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
676 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
852 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary()
1058 } else if (elf_ex->e_type == ET_EXEC) { in load_elf_binary()
1406 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
H A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h74 #define ET_EXEC 2 macro
/linux-6.15/tools/lib/bpf/
H A Dusdt.c337 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) { in sanity_check_usdt_elf()
731 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", path, in collect_usdt_targets()
762 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", in collect_usdt_targets()
/linux-6.15/lib/
H A Dbuildid.c318 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in __build_id_parse()
/linux-6.15/include/uapi/linux/
H A Delf.h74 #define ET_EXEC 2 macro
/linux-6.15/kernel/
H A Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/linux-6.15/arch/s390/tools/
H A Drelocs.c149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux-6.15/arch/mips/kernel/
H A Dvpe.c593 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux-6.15/tools/perf/util/
H A Dunwind-libunwind-local.c244 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
H A Dsymbol-elf.c1201 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
/linux-6.15/arch/x86/tools/
H A Drelocs.c377 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux-6.15/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c974 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/linux-6.15/scripts/
H A Dsorttable.c1248 (r2(&ehdr->e32.e_type) != ET_EXEC && r2(&ehdr->e32.e_type) != ET_DYN) || in do_file()
/linux-6.15/arch/powerpc/kernel/
H A Dprom_init.c1175 .e_type = ET_EXEC, /* yeah right */