Searched refs:ET_EXEC (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf_util.c30 (elf64->e_type == ET_EXEC ||
62 (elf32->e_type == ET_EXEC ||
H A Delf.h42 #define ET_EXEC 2 macro
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c81 if (ehdr->e_type != ET_EXEC ||
/linux-master/lib/
H A Dbuildid.c151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN)
/linux-master/scripts/
H A Dsorttable.c298 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) ||
300 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname);
336 "unrecognized ET_EXEC/ET_DYN file: %s\n", fname);
347 "unrecognized ET_EXEC/ET_DYN file: %s\n",
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c152 if (elf->e_type != ET_EXEC) {
/linux-master/include/uapi/linux/
H A Delf.h72 #define ET_EXEC 2 macro
/linux-master/fs/
H A Dbinfmt_elf.c644 if (interp_elf_ex->e_type != ET_EXEC &&
670 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set)
846 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN)
1051 } else if (elf_ex->e_type == ET_EXEC) {
1054 * Header for ET_EXEC binaries. No special handling
1071 * for ET_EXEC which does not have a randomized
1120 * some ET_EXEC (e.g. ia64) may have large virtual
1335 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 ||
H A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)
/linux-master/tools/lib/bpf/
H A Dusdt.c336 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) {
337 pr_warn("usdt: unsupported type of ELF binary '%s' (%d), only ET_EXEC and ET_DYN are supported\n",
668 * file offset, for both ET_EXEC and ET_DYN binaries.
729 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", path,
760 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ",
/linux-master/kernel/
H A Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) {
/linux-master/arch/s390/tools/
H A Drelocs.c149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/arch/mips/boot/tools/
H A Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c244 retval = (ehdr.e_type == ET_EXEC);
H A Dsymbol-elf.c1221 * Usually vmlinux is an ELF file with type ET_EXEC for most
1225 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL ||
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c976 if (ehdr->e_type != ET_EXEC) {
/linux-master/arch/mips/kernel/
H A Dvpe.c593 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC)
/linux-master/arch/x86/tools/
H A Drelocs.c402 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1175 .e_type = ET_EXEC, /* yeah right */

Completed in 675 milliseconds