Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/boot/
Delf_util.c30 (elf64->e_type == ET_EXEC || in parse_elf64()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
Delf.h42 #define ET_EXEC 2 macro
/Linux-v5.15/arch/s390/kernel/
Dkexec_elf.c79 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/Linux-v5.15/lib/
Dbuildid.c151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in build_id_parse()
/Linux-v5.15/arch/alpha/boot/tools/
Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/Linux-v5.15/include/uapi/linux/
Delf.h68 #define ET_EXEC 2 macro
/Linux-v5.15/fs/
Dbinfmt_elf.c606 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
632 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
851 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary()
1080 if (elf_ex->e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1350 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
/Linux-v5.15/scripts/
Dsorttable.c331 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
/Linux-v5.15/kernel/
Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/Linux-v5.15/tools/perf/util/
Dunwind-libunwind-local.c209 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
Dsymbol-elf.c829 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
/Linux-v5.15/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/Linux-v5.15/arch/mips/boot/tools/
Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/Linux-v5.15/arch/x86/tools/
Drelocs.c377 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/Linux-v5.15/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c1008 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/Linux-v5.15/scripts/mod/
Dmodpost.c1759 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()
/Linux-v5.15/arch/powerpc/kernel/
Dprom_init.c1171 .e_type = ET_EXEC, /* yeah right */