/linux-4.4.14/arch/s390/include/asm/ |
D | elf.h | 140 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \ 143 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | elf.h | 30 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | elf_64.h | 178 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) 179 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ 180 (x)->e_machine == EM_SPARC32PLUS)
|
D | elf_32.h | 98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
|
/linux-4.4.14/arch/x86/include/asm/ |
D | elf.h | 89 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 161 ((x)->e_machine == EM_X86_64) 165 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64)) 195 set_personality_ia32((ex).e_machine == EM_X86_64)
|
D | kexec.h | 51 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | elf.h | 79 (((x)->e_machine == EM_M32R) || ((x)->e_machine == EM_CYGNUS_M32R))
|
/linux-4.4.14/fs/ |
D | binfmt_em86.c | 40 (!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) || in load_em86()
|
D | binfmt_elf.c | 1365 elf->e_machine = machine; in fill_elf_header() 1739 view->e_machine, view->e_flags); in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1324 elf->e_machine = ELF_ARCH; in fill_elf_fdpic_header()
|
/linux-4.4.14/arch/microblaze/include/uapi/asm/ |
D | elf.h | 27 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ 28 || (x)->e_machine == EM_MICROBLAZE_OLD)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | elf.h | 20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) 21 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
|
/linux-4.4.14/arch/x86/um/asm/ |
D | elf.h | 30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 126 ((x)->e_machine == EM_X86_64)
|
/linux-4.4.14/arch/powerpc/boot/ |
D | elf_util.c | 36 elf64->e_machine == EM_PPC64)) in parse_elf64() 68 elf32->e_machine == EM_PPC)) in parse_elf32()
|
D | elf.h | 57 Elf32_Half e_machine; member 74 Elf64_Half e_machine; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | elf.h | 115 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) 176 #define compat_elf_check_arch(x) (((x)->e_machine == EM_ARM) && \
|
/linux-4.4.14/scripts/ |
D | recordmcount.c | 442 switch (w2(ehdr->e_machine)) { in do_file() 445 w2(ehdr->e_machine), fname); in do_file() 500 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file() 514 if (w2(ghdr->e_machine) == EM_S390) { in do_file() 518 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
|
D | sortextable.c | 276 switch (r2(&ehdr->e_machine)) { in do_file() 279 r2(&ehdr->e_machine), fname); in do_file()
|
D | recordmcount.h | 436 if (w2(ehdr->e_machine) == EM_ARM in find_secsym_ndx()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | elf.h | 64 (x)->e_machine == CHIP_ELF_TYPE()) 152 (x)->e_machine == CHIP_ELF_TYPE())
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | elf.h | 60 (((x)->e_machine == EM_CYGNUS_MN10300) || \ 61 ((x)->e_machine == EM_MN10300))
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | elf.h | 110 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ 111 ( (x)->e_machine == EM_XTENSA_OLD ) )
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | elf.c | 21 if (x->e_machine != EM_UNICORE) in elf_check_arch()
|
/linux-4.4.14/arch/arm/vdso/ |
D | vdsomunge.c | 177 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main() 178 fail("Unsupported architecture %#x\n", inhdr->e_machine); in main()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | elf.h | 67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 )
|
/linux-4.4.14/arch/alpha/boot/tools/ |
D | objstrip.c | 32 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) 158 prog_name, elf->e_machine); in main()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | elf.h | 20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300)
|
/linux-4.4.14/arch/arm/kernel/ |
D | elf.c | 13 if (x->e_machine != EM_ARM) in elf_check_arch()
|
D | ptrace.c | 789 .name = "arm", .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | elf.h | 31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000)
|
/linux-4.4.14/arch/metag/include/asm/ |
D | elf.h | 66 #define elf_check_arch(x) ((x)->e_machine == EM_METAG)
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | elf.h | 37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN)
|
/linux-4.4.14/arch/score/include/asm/ |
D | elf.h | 42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7)
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 206 Elf32_Half e_machine; member 223 Elf64_Half e_machine; member
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | elf.h | 48 #define elf_check_arch(x) ((x)->e_machine == EM_68K)
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | elf.h | 27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2)
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | elf_v10.h | 13 ((x)->e_machine == EM_CRIS \
|
D | elf_v32.h | 13 ((x)->e_machine == EM_CRIS \
|
/linux-4.4.14/arch/arc/kernel/ |
D | process.c | 202 if (x->e_machine != EM_ARC_INUSE) { in elf_check_arch()
|
D | ptrace.c | 203 .e_machine = EM_ARC_INUSE,
|
/linux-4.4.14/arch/mips/include/asm/ |
D | elf.h | 230 if (__h->e_machine != EM_MIPS) \ 261 if (__h->e_machine != EM_MIPS) \
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | elf.h | 76 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
|
/linux-4.4.14/arch/mips/kernel/ |
D | binfmt_elfn32.c | 38 if (__h->e_machine != EM_MIPS) \
|
D | binfmt_elfo32.c | 50 if (__h->e_machine != EM_MIPS) \
|
D | ptrace.c | 615 .e_machine = ELF_ARCH, 646 .e_machine = ELF_ARCH,
|
/linux-4.4.14/arch/c6x/kernel/ |
D | ptrace.c | 129 .e_machine = EM_TI_C6000,
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | ptrace.c | 130 .e_machine = EM_OPENRISC,
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | elf.h | 19 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64)
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 440 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf() 583 if (info->hdr->e_machine == EM_PPC) in ignore_undef_symbol() 592 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol() 645 if (info->hdr->e_machine == EM_SPARC || in handle_modversions() 646 info->hdr->e_machine == EM_SPARCV9) { in handle_modversions() 1799 if (elf->hdr->e_machine == EM_MIPS) { in section_rela() 1845 if (elf->hdr->e_machine == EM_MIPS) { in section_rel() 1860 switch (elf->hdr->e_machine) { in section_rel()
|
/linux-4.4.14/arch/frv/kernel/ |
D | process.c | 212 if (hdr->e_machine != EM_FRV) in elf_check_arch()
|
D | ptrace.c | 190 .e_machine = EM_FRV,
|
/linux-4.4.14/arch/h8300/kernel/ |
D | ptrace.c | 147 .e_machine = EM_H8_300,
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | elf.h | 171 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON)
|
/linux-4.4.14/arch/nios2/kernel/ |
D | ptrace.c | 130 .e_machine = ELF_ARCH,
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 183 .e_machine = ELF_ARCH,
|
/linux-4.4.14/include/linux/ |
D | regset.h | 189 u16 e_machine; member
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-elf.c | 912 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym() 951 if ((ehdr.e_machine == EM_ARM) && in dso__load_sym() 1184 if (ehdr.e_machine == EM_X86_64) in dso__type_fd() 1315 ehdr->e_machine = kehdr->e_machine; in kcore__copy_hdr()
|
D | symbol-minimal.c | 328 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | elf.h | 312 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 141 if (ehdr.e_machine != EM_SPU) { in create_vma_map()
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 171 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | elf.h | 96 #define elf_check_arch(x) ((x)->e_machine == EM_SH)
|
/linux-4.4.14/arch/tile/kernel/ |
D | ptrace.c | 139 .e_machine = ELF_ARCH,
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 353 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine); in read_ehdr() 369 if (ehdr.e_machine != ELF_MACHINE) { in read_ehdr()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 249 .e_machine = EM_MN10300,
|
/linux-4.4.14/arch/arm64/kernel/ |
D | ptrace.c | 656 .name = "aarch64", .e_machine = EM_AARCH64, 879 .name = "aarch32", .e_machine = EM_ARM, 937 .name = "aarch32", .e_machine = EM_ARM,
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 170 e->e_machine = swab16(e->e_machine); in convert_elf_hdr()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 221 .e_machine = EM_BLACKFIN,
|
/linux-4.4.14/arch/score/kernel/ |
D | ptrace.c | 110 .e_machine = EM_SCORE7,
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 319 .name = "sparc", .e_machine = EM_SPARC,
|
D | ptrace_64.c | 470 .name = "sparc64", .e_machine = EM_SPARCV9, 836 .name = "sparc", .e_machine = EM_SPARC,
|
/linux-4.4.14/arch/sh/kernel/ |
D | ptrace_64.c | 376 .e_machine = EM_SH,
|
D | ptrace_32.c | 360 .e_machine = EM_SH,
|
/linux-4.4.14/arch/metag/kernel/ |
D | ptrace.c | 360 .e_machine = EM_METAG,
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_hwdep.c | 77 u16 e_machine; member
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 340 elf->e_machine = ELF_ARCH; in elf_kcore_store_hdr()
|
/linux-4.4.14/arch/x86/kernel/ |
D | crash.c | 445 ehdr->e_machine = ELF_ARCH; in prepare_elf64_headers()
|
D | ptrace.c | 1325 .name = "x86_64", .e_machine = EM_X86_64, 1380 .name = "i386", .e_machine = EM_386,
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 476 ehdr->e_machine = EM_S390; in ehdr_init()
|
D | ptrace.c | 1192 .e_machine = EM_S390, 1420 .e_machine = EM_S390,
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 669 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI, 837 .name = "ppc", .e_machine = EM_PPC, .ei_osabi = ELF_OSABI,
|
D | fadump.c | 776 elf->e_machine = ELF_ARCH; in fadump_init_elfcore_header()
|
D | prom_init.c | 778 .e_machine = EM_PPC,
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 400 if ((ep->e_type != ET_REL) || (ep->e_machine != 0)) { in bpf_object__elf_init()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 2122 .e_machine = EM_IA_64,
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 440 || ehdr->e_machine != EM_386 in map_elf()
|