Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/tools/perf/arch/arm64/util/
Dsym-handling.c14 return ehdr.e_type == ET_EXEC || in elf__needs_adjust_symbols()
/Linux-v5.4/fs/
Dbinfmt_em86.c41 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
Dbinfmt_elf.c560 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
585 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
709 if (loc->elf_ex.e_type != ET_EXEC && loc->elf_ex.e_type != ET_DYN) in load_elf_binary()
925 if (loc->elf_ex.e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1193 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.4/tools/perf/arch/powerpc/util/
Dsym-handling.c16 return ehdr.e_type == ET_EXEC || in elf__needs_adjust_symbols()
/Linux-v5.4/arch/s390/kernel/
Dkexec_elf.c79 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/Linux-v5.4/arch/powerpc/oprofile/cell/
Dvma_map.c143 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
/Linux-v5.4/arch/alpha/boot/tools/
Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/Linux-v5.4/include/uapi/linux/
Delf.h67 #define ET_EXEC 2 macro
/Linux-v5.4/scripts/
Dsortextable.c298 || (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) in do_file()
/Linux-v5.4/kernel/
Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/Linux-v5.4/tools/perf/util/
Dunwind-libunwind-local.c209 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
Dsymbol-elf.c709 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL; in elf__needs_adjust_symbols()
/Linux-v5.4/kernel/bpf/
Dstackmap.c269 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in stack_map_get_build_id()
/Linux-v5.4/arch/mips/boot/tools/
Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/Linux-v5.4/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/Linux-v5.4/arch/x86/tools/
Drelocs.c374 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/Linux-v5.4/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c1007 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/Linux-v5.4/arch/powerpc/kernel/
Dprom_init.c1113 .e_type = ET_EXEC, /* yeah right */
/Linux-v5.4/scripts/mod/
Dmodpost.c1786 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()