/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/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() 1099 * the ET_DYN load_addr calculations, proceed normally. in load_elf_binary() 1103 } else if (elf_ex->e_type == ET_DYN) { in load_elf_binary() 1106 * Header for ET_DYN binaries to calculate the in load_elf_binary() 1113 * There are effectively two types of ET_DYN in load_elf_binary() 1114 * binaries: programs (i.e. PIE: ET_DYN with INTERP) in load_elf_binary() 1115 * and loaders (ET_DYN withou in load_elf_binary() [all...] |
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vdsomunge.c | 161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vdsomunge.c | 161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
|
/kernel/linux/linux-6.6/lib/ |
H A D | buildid.c | 151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in build_id_parse()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 607 interp_elf_ex->e_type != ET_DYN) in load_elf_interp() 634 else if (no_base && interp_elf_ex->e_type == ET_DYN) in load_elf_interp() 645 interp_elf_ex->e_type == ET_DYN) { in load_elf_interp() 851 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary() 1091 } else if (elf_ex->e_type == ET_DYN) { in load_elf_binary() 1094 * Header for ET_DYN binaries to calculate the in load_elf_binary() 1098 * There are effectively two types of ET_DYN in load_elf_binary() 1099 * binaries: programs (i.e. PIE: ET_DYN with INTERP) in load_elf_binary() 1100 * and loaders (ET_DYN without INTERP, since they in load_elf_binary() 1152 * As a result, only ET_DYN doe in load_elf_binary() [all...] |
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | genvdso.c | 178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) { in map_vdso() 180 "%s: '%s' has invalid ELF type (expected ET_DYN)\n", in map_vdso()
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 25 if (GET_LE(&hdr->e_type) != ET_DYN) in go()
|
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | genvdso.c | 178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) { in map_vdso() 180 "%s: '%s' has invalid ELF type (expected ET_DYN)\n", in map_vdso()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sorttable.c | 359 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file() 361 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname); in do_file() 400 "unrecognized ET_EXEC/ET_DYN file: %s\n", fname); in do_file() 411 "unrecognized ET_EXEC/ET_DYN file: %s\n", in do_file()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 72 #define ET_DYN 3 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 73 #define ET_DYN 3 macro
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 60 if (GET_LE(&hdr->e_type) != ET_DYN) in go()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | elf.c | 180 is_shared_lib = ehdr.e_type == ET_DYN; in elf_find_func_offset()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sorttable.c | 298 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file() 300 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname); in do_file() 336 "unrecognized ET_EXEC/ET_DYN file: %s\n", fname); in do_file() 347 "unrecognized ET_EXEC/ET_DYN file: %s\n", in do_file()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 55 #define ET_DYN 3 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 55 #define ET_DYN 3 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 41 #define ET_DYN 3 macro
|
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs.c | 157 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
/kernel/linux/common_modules/xpm/validator/ |
H A D | elf_code_segment_info.c | 245 if (type != ET_EXEC && type != ET_DYN) in elf_check_and_get_code_segment_offset()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | genelf.c | 284 ehdr->e_type = ET_DYN; in jit_write_elf()
|