Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_em86.c41 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
H A Dbinfmt_elf.c603 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
629 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
848 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary()
1077 if (elf_ex->e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1360 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dkexec_elf.c79 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dvma_map.c143 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
/OK3568_Linux_fs/kernel/arch/alpha/boot/tools/
H A Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c137 if (ehdr->e_type != ET_EXEC) { in valid_elf_image()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h68 #define ET_EXEC 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h67 #define ET_EXEC 2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h67 #define ET_EXEC 2 macro
/OK3568_Linux_fs/u-boot/tools/
H A Dimg2srec.c271 || (elfHeader.e_type != ET_EXEC) in ConvertELF()
H A Dmips-relocs.c276 if (ehdr_field(e_type) != ET_EXEC) { in main()
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c327 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h120 #define ET_EXEC 2 /* executable file */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_elf.c338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h137 #define ET_EXEC 2 /* Executable. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h137 #define ET_EXEC 2 /* Executable. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h137 #define ET_EXEC 2 /* Executable. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h137 #define ET_EXEC 2 /* Executable. */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dunwind-libunwind-local.c209 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c280 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in stack_map_get_build_id()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c375 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()

12