Searched refs:ET_DYN (Results 1 – 16 of 16) sorted by relevance
/linux/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
|
/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
|
/linux/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()
|
/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 60 if (GET_LE(&hdr->e_type) != ET_DYN) in BITSFUNC()
|
/linux/tools/include/uapi/linux/ |
H A D | elf.h | 75 #define ET_DYN 3 macro
|
/linux/tools/perf/util/ |
H A D | genelf.c | 202 ehdr->e_type = ET_DYN; in jit_write_elf()
|
H A D | symbol-elf.c | 1134 * '-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 D | buildid.c | 318 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in __build_id_parse()
|
/linux/kernel/ |
H A D | kexec_elf.c | 337 /* 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 D | relocs.c | 149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
/linux/tools/lib/bpf/ |
H A D | usdt.c | 337 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 D | relocs.c | 238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 108 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 D | sorttable.c | 1248 (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 D | Kconfig | 1125 stack, mmap, brk, and ET_DYN. Defined functions:
|