Searched refs:ET_EXEC (Results 1 – 19 of 19) sorted by relevance
| /linux/arch/powerpc/boot/ |
| H A D | elf_util.c | 30 (elf64->e_type == ET_EXEC || in parse_elf64() 62 (elf32->e_type == ET_EXEC || in parse_elf32()
|
| H A D | elf.h | 42 #define ET_EXEC 2 macro
|
| /linux/arch/s390/kernel/ |
| H A D | kexec_elf.c | 81 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
|
| /linux/arch/alpha/boot/tools/ |
| H A D | objstrip.c | 152 if (elf->e_type != ET_EXEC) { in main()
|
| /linux/tools/include/uapi/linux/ |
| H A D | elf.h | 74 #define ET_EXEC 2 macro
|
| /linux/fs/ |
| H A D | binfmt_elf.c | 659 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp() 685 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp() 861 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary() 1067 } else if (elf_ex->e_type == ET_EXEC) { in load_elf_binary()
|
| H A D | binfmt_elf_fdpic.c | 108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
|
| /linux/tools/lib/bpf/ |
| H A D | usdt.c | 347 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) { in sanity_check_usdt_elf() 740 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", path, in collect_usdt_targets() 771 usdt_provider, usdt_name, ehdr.e_type == ET_EXEC ? "exec" : "lib ", in collect_usdt_targets()
|
| /linux/lib/ |
| H A D | buildid.c | 306 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in __build_id_parse()
|
| /linux/include/uapi/linux/ |
| H A D | elf.h | 74 #define ET_EXEC 2 macro
|
| /linux/kernel/ |
| H A D | kexec_elf.c | 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/perf/util/ |
| H A D | unwind-libunwind-local.c | 244 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
|
| H A D | symbol-elf.c | 1064 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs.c | 239 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
| /linux/arch/mips/kernel/ |
| H A D | vpe.c | 594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
|
| /linux/scripts/ |
| H A D | sorttable.c | 992 addr = elf_map(argv[i], &size, (1 << ET_EXEC) | (1 << ET_DYN)); in main()
|
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 377 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
| /linux/arch/powerpc/kernel/ |
| H A D | prom_init.c | 1175 .e_type = ET_EXEC, /* yeah right */
|