Home
last modified time | relevance | path

Searched refs:ET_DYN (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf_util.c31 elf64->e_type == ET_DYN) && in parse_elf64()
63 elf32->e_type == ET_DYN) && in parse_elf32()
H A Delf.h43 #define ET_DYN 3 macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch47 - 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 D32and64bit.patch43 + if (elf_header->e_type != ET_DYN)
238 if (elf_header->e_type != ET_DYN)
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch7 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 Dbinfmt_em86.c41 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
H A Dbinfmt_elf.c604 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 Dbinfmt_elf_fdpic.c108 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 Dvdsomunge.c161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvdso2c.h25 if (GET_LE(&hdr->e_type) != ET_DYN) in BITSFUNC()
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dgenvdso.c178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) { in map_vdso()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h69 #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 Delf.h68 #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 Delf.h68 #define ET_DYN 3 macro
/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.h121 #define ET_DYN 3 /* shared object file */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.c284 ehdr->e_type = ET_DYN; in jit_write_elf()
/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.h138 #define ET_DYN 3 /* Shared object. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h138 #define ET_DYN 3 /* Shared object. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h138 #define ET_DYN 3 /* Shared object. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h138 #define ET_DYN 3 /* Shared object. */ macro
/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