Home
last modified time | relevance | path

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

/linux/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/arch/s390/kernel/
H A Dkexec_elf.c81 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/linux/arch/alpha/boot/tools/
H A Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/linux/fs/
H A Dbinfmt_elf.c658 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
684 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
860 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary()
1066 } else if (elf_ex->e_type == ET_EXEC) { in load_elf_binary()
H A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
/linux/lib/
H A Dbuildid.c306 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in __build_id_parse()
/linux/arch/s390/tools/
H A Drelocs.c149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/arch/mips/kernel/
H A Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux/arch/mips/boot/tools/
H A Drelocs.c239 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/tools/perf/util/
H A Dunwind-libunwind-local.c243 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
H A Dsymbol-elf.c1058 * Usually vmlinux is an ELF file with type ET_EXEC for most in elf__needs_adjust_symbols()
1062 return ehdr->e_type == ET_EXEC || ehdr->e_type == ET_REL || in elf__needs_adjust_symbols()
/linux/scripts/
H A Dsorttable.c992 addr = elf_map(argv[i], &size, (1 << ET_EXEC) | (1 << ET_DYN)); in main()
/linux/arch/x86/tools/
H A Drelocs.c377 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/arch/powerpc/kernel/
H A Dprom_init.c1175 .e_type = ET_EXEC, /* yeah right */