Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Delf_util.c34 (elf64->e_type == ET_EXEC || in parse_elf64()
66 (elf32->e_type == ET_EXEC || in parse_elf32()
Delf.h42 #define ET_EXEC 2 macro
/Linux-v4.19/tools/perf/arch/arm64/util/
Dsym-handling.c18 return ehdr.e_type == ET_EXEC || in elf__needs_adjust_symbols()
/Linux-v4.19/fs/
Dbinfmt_em86.c40 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
Dbinfmt_elf.c551 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
582 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
728 if (loc->elf_ex.e_type != ET_EXEC && loc->elf_ex.e_type != ET_DYN) in load_elf_binary()
953 if (loc->elf_ex.e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1212 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
Dbinfmt_elf_fdpic.c112 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
/Linux-v4.19/tools/perf/arch/powerpc/util/
Dsym-handling.c18 return ehdr.e_type == ET_EXEC || in elf__needs_adjust_symbols()
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dbootloader.c119 if (elf->e_type != ET_EXEC) { in start_bootloader()
/Linux-v4.19/arch/s390/kernel/
Dkexec_elf.c76 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/Linux-v4.19/arch/powerpc/oprofile/cell/
Dvma_map.c147 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
/Linux-v4.19/arch/alpha/boot/tools/
Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/Linux-v4.19/scripts/
Dsortextable.c298 || (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) in do_file()
/Linux-v4.19/include/uapi/linux/
Delf.h67 #define ET_EXEC 2 macro
/Linux-v4.19/tools/perf/util/
Dunwind-libunwind-local.c208 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
Dsymbol-elf.c663 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL; in elf__needs_adjust_symbols()
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c472 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in build_elf_exec_info()
Dprom_init.c962 .e_type = ET_EXEC, /* yeah right */
/Linux-v4.19/kernel/bpf/
Dstackmap.c271 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in stack_map_get_build_id()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/Linux-v4.19/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/Linux-v4.19/arch/x86/tools/
Drelocs.c368 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) { in read_ehdr()
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c1011 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/Linux-v4.19/scripts/mod/
Dmodpost.c1711 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()