Home
last modified time | relevance | path

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

/linux/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
/linux/arch/arm/vdso/
H A Dvdsomunge.c161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
/linux/arch/mips/vdso/
H A Dgenvdso.c178 } 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()
/linux/arch/x86/entry/vdso/
H A Dvdso2c.h60 if (GET_LE(&hdr->e_type) != ET_DYN) in BITSFUNC()
/linux/tools/include/uapi/linux/
H A Delf.h75 #define ET_DYN 3 macro
/linux/tools/perf/util/
H A Dgenelf.c202 ehdr->e_type = ET_DYN; in jit_write_elf()
H A Dsymbol-elf.c1134 * '-share', so need to check type ET_DYN. in elf__needs_adjust_symbols()
1137 ehdr.e_type == ET_DYN; in elf__needs_adjust_symbols()
/linux/lib/
H A Dbuildid.c318 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in __build_id_parse()
/linux/kernel/
H A Dkexec_elf.c337 /* Big endian vmlinux has type ET_DYN. */ in kexec_build_elf_info()
338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
/linux/arch/s390/tools/
H A Drelocs.c149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/tools/lib/bpf/
H A Dusdt.c337 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) { in sanity_check_usdt_elf()
338 pr_warn("usdt: unsupported type of ELF binary '%s' (%d), only ET_EXEC and ET_DYN are supported\n", in sanity_check_usdt_elf()
670 * file offset, for both ET_EXEC and ET_DYN binaries. in collect_usdt_targets()
689 if (ehdr.e_type == ET_DYN && !man->has_bpf_cookie) { in collect_usdt_targets()
/linux/arch/mips/boot/tools/
H A Drelocs.c238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/linux/fs/
H A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
217 /* nommu can only load ET_DYN (PIE) ELF */ in load_elf_fdpic_binary()
218 if (exec_params.hdr.e_type != ET_DYN) in load_elf_fdpic_binary()
/linux/scripts/
H A Dsorttable.c1248 (r2(&ehdr->e32.e_type) != ET_EXEC && r2(&ehdr->e32.e_type) != ET_DYN) || in do_file()
1250 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname); in do_file()
1320 "unrecognized ET_EXEC/ET_DYN file: %s\n", fname); in do_file()
1357 "unrecognized ET_EXEC/ET_DYN file: %s\n", in do_file()
/linux/arch/
H A DKconfig1125 stack, mmap, brk, and ET_DYN. Defined functions: