Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/arch/s390/kernel/
Dkexec_elf.c79 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/linux-5.19.10/lib/
Dbuildid.c151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in build_id_parse()
/linux-5.19.10/arch/alpha/boot/tools/
Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/linux-5.19.10/scripts/
Dsorttable.c298 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
/linux-5.19.10/include/uapi/linux/
Delf.h72 #define ET_EXEC 2 macro
/linux-5.19.10/fs/
Dbinfmt_elf.c607 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
633 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()
1085 } else if (elf_ex->e_type == ET_EXEC) { in load_elf_binary()
1385 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-5.19.10/tools/lib/bpf/
Dusdt.c330 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) { in sanity_check_usdt_elf()
725 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", path, in collect_usdt_targets()
756 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", in collect_usdt_targets()
/linux-5.19.10/kernel/
Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/linux-5.19.10/tools/perf/util/
Dunwind-libunwind-local.c244 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
Dsymbol-elf.c856 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
/linux-5.19.10/arch/mips/boot/tools/
Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux-5.19.10/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux-5.19.10/arch/x86/tools/
Drelocs.c401 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux-5.19.10/drivers/media/platform/st/sti/c8sectpfe/
Dc8sectpfe-core.c1001 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/linux-5.19.10/scripts/mod/
Dmodpost.c1627 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()
/linux-5.19.10/arch/powerpc/kernel/
Dprom_init.c1173 .e_type = ET_EXEC, /* yeah right */