Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
A Delf_util.c30 (elf64->e_type == ET_EXEC || in parse_elf64()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
A Delf.h42 #define ET_EXEC 2 macro
/linux/arch/s390/kernel/
A Dkexec_elf.c79 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/linux/lib/
A Dbuildid.c151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in build_id_parse()
/linux/arch/alpha/boot/tools/
A Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/linux/fs/
A 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()
1084 } else if (elf_ex->e_type == ET_EXEC) { in load_elf_binary()
1363 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
/linux/include/uapi/linux/
A Delf.h68 #define ET_EXEC 2 macro
/linux/scripts/
A Dsorttable.c359 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
/linux/kernel/
A Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/linux/tools/perf/util/
A Dunwind-libunwind-local.c209 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
A Dsymbol-elf.c829 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
/linux/arch/mips/kernel/
A Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux/arch/mips/boot/tools/
A Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/arch/x86/tools/
A Drelocs.c401 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/drivers/media/platform/sti/c8sectpfe/
A Dc8sectpfe-core.c1007 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/linux/scripts/mod/
A Dmodpost.c1759 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()
/linux/arch/powerpc/kernel/
A Dprom_init.c1171 .e_type = ET_EXEC, /* yeah right */

Completed in 50 milliseconds