Searched refs:ET_DYN (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf_util.c31 elf64->e_type == ET_DYN) &&
63 elf32->e_type == ET_DYN) &&
H A Delf.h43 #define ET_DYN 3 macro
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN)
/linux-master/lib/
H A Dbuildid.c151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN)
/linux-master/arch/mips/vdso/
H A Dgenvdso.c178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) {
180 "%s: '%s' has invalid ELF type (expected ET_DYN)\n",
/linux-master/scripts/
H A Dsorttable.c298 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) ||
300 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname);
336 "unrecognized ET_EXEC/ET_DYN file: %s\n", fname);
347 "unrecognized ET_EXEC/ET_DYN file: %s\n",
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h60 if (GET_LE(&hdr->e_type) != ET_DYN)
/linux-master/fs/
H A Dbinfmt_elf.c645 interp_elf_ex->e_type != ET_DYN)
672 else if (no_base && interp_elf_ex->e_type == ET_DYN)
683 interp_elf_ex->e_type == ET_DYN) {
846 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN)
1058 } else if (elf_ex->e_type == ET_DYN) {
1061 * Header for ET_DYN binaries to calculate the
1065 * There are effectively two types of ET_DYN
1066 * binaries: programs (i.e. PIE: ET_DYN with INTERP)
1067 * and loaders (ET_DYN without INTERP, since they
1119 * As a result, only ET_DYN doe
[all...]
H A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)
217 /* nommu can only load ET_DYN (PIE) ELF */
218 if (exec_params.hdr.e_type != ET_DYN)
/linux-master/include/uapi/linux/
H A Delf.h73 #define ET_DYN 3 macro
/linux-master/kernel/
H A Dkexec_elf.c337 /* Big endian vmlinux has type ET_DYN. */
338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) {
/linux-master/tools/perf/util/
H A Dgenelf.c286 ehdr->e_type = ET_DYN;
H A Dsymbol-elf.c1223 * '-share', so need to check type ET_DYN.
1226 ehdr.e_type == ET_DYN;
/linux-master/arch/s390/tools/
H A Drelocs.c149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/tools/lib/bpf/
H A Delf.c291 is_shared_lib = ehdr.e_type == ET_DYN;
H A Dusdt.c336 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) {
337 pr_warn("usdt: unsupported type of ELF binary '%s' (%d), only ET_EXEC and ET_DYN are supported\n",
668 * file offset, for both ET_EXEC and ET_DYN binaries.
687 if (ehdr.e_type == ET_DYN && !man->has_bpf_cookie) {
/linux-master/arch/mips/boot/tools/
H A Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/arch/x86/tools/
H A Drelocs.c402 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))

Completed in 175 milliseconds