| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 31 elf64->e_type == ET_DYN) && in parse_elf64() 63 elf32->e_type == ET_DYN) && in parse_elf32()
|
| H A D | elf.h | 43 #define ET_DYN 3 macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling.patch | 47 - if (elf_header->e_type != ET_DYN) 50 + if (read16(elf_header->e_type, be) != ET_DYN) 193 - if (elf_header->e_type != ET_DYN) 196 + if (read16(elf_header->e_type, be) != ET_DYN) 342 - else if (elf_header->e_type != ET_DYN) 343 + else if ((elf_header->e_ident[EI_DATA] == ELFDATA2MSB && be16toh(elf_header->e_type) != ET_DYN) … 344 + (elf_header->e_ident[EI_DATA] == ELFDATA2LSB && le16toh(elf_header->e_type) != ET_DYN))
|
| H A D | 32and64bit.patch | 43 + if (elf_header->e_type != ET_DYN) 238 if (elf_header->e_type != ET_DYN)
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch | 7 The current approach to changing sections in ET_DYN executables is to move 109 /* Even though this file is of type ET_DYN, it could actually be 111 - ET_DYN. In that case we can still hit the kernel bug that 114 + ET_DYN as does LD when linking with pie. If we move PT_PHDR, it
|
| /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 | 604 interp_elf_ex->e_type != ET_DYN) in load_elf_interp() 631 else if (no_base && interp_elf_ex->e_type == ET_DYN) in load_elf_interp() 642 interp_elf_ex->e_type == ET_DYN) { in load_elf_interp() 848 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary() 1079 } else if (elf_ex->e_type == ET_DYN) { in load_elf_binary() 1149 if (elf_ex->e_type == ET_DYN) { in load_elf_binary() 1287 elf_ex->e_type == ET_DYN && !interpreter) { in load_elf_binary()
|
| H A D | binfmt_elf_fdpic.c | 108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf() 218 if (exec_params.hdr.e_type != ET_DYN) in load_elf_fdpic_binary()
|
| /OK3568_Linux_fs/kernel/arch/arm/vdso/ |
| H A D | vdsomunge.c | 161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vdso2c.h | 25 if (GET_LE(&hdr->e_type) != ET_DYN) in BITSFUNC()
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | genvdso.c | 178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) { in map_vdso()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 69 #define ET_DYN 3 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 | 68 #define ET_DYN 3 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 | 68 #define ET_DYN 3 macro
|
| /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 | 121 #define ET_DYN 3 /* shared object file */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 284 ehdr->e_type = ET_DYN; in jit_write_elf()
|
| /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 | 138 #define ET_DYN 3 /* Shared object. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 138 #define ET_DYN 3 /* Shared object. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 138 #define ET_DYN 3 /* Shared object. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 138 #define ET_DYN 3 /* Shared object. */ macro
|
| /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()
|