| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 30 (elf64->e_type == ET_EXEC || in parse_elf64() 62 (elf32->e_type == ET_EXEC || in parse_elf32()
|
| H A D | elf.h | 42 #define ET_EXEC 2 macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_em86.c | 41 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
|
| H A D | binfmt_elf.c | 603 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 D | kexec_elf.c | 79 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/ |
| H A D | vma_map.c | 143 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/tools/ |
| H A D | objstrip.c | 152 if (elf->e_type != ET_EXEC) { in main()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | elf.c | 137 if (ehdr->e_type != ET_EXEC) { in valid_elf_image()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 68 #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 D | elf.h | 67 #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 D | elf.h | 67 #define ET_EXEC 2 macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | img2srec.c | 271 || (elfHeader.e_type != ET_EXEC) in ConvertELF()
|
| H A D | mips-relocs.c | 276 if (ehdr_field(e_type) != ET_EXEC) { in main()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sorttable.c | 327 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 120 #define ET_EXEC 2 /* executable file */ macro
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_elf.c | 338 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 D | elf_common.h | 137 #define ET_EXEC 2 /* Executable. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 137 #define ET_EXEC 2 /* Executable. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 137 #define ET_EXEC 2 /* Executable. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 137 #define ET_EXEC 2 /* Executable. */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | 209 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | vpe.c | 594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | stackmap.c | 280 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 D | relocs.c | 375 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|