/Linux-v6.6/arch/x86/include/asm/ |
D | elf.h | 88 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 149 ((x)->e_machine == EM_X86_64) 153 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64)) 176 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64) 180 set_personality_ia32((ex).e_machine == EM_X86_64) 353 if (exec->e_machine == EM_X86_64) \ 377 (ex->e_machine == EM_X86_64))
|
/Linux-v6.6/arch/openrisc/include/asm/ |
D | elf.h | 26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
|
/Linux-v6.6/arch/s390/include/asm/ |
D | elf.h | 179 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \ 182 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | elf_64.h | 179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) 180 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ 181 (x)->e_machine == EM_SPARC32PLUS)
|
D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
|
/Linux-v6.6/scripts/ |
D | recordmcount.c | 565 switch (w2(ehdr->e_machine)) { in do_file() 568 w2(ehdr->e_machine), fname); in do_file() 623 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file() 627 if (w2(ehdr->e_machine) == EM_LOONGARCH) { in do_file() 642 if (w2(ghdr->e_machine) == EM_S390) { in do_file() 646 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file() 652 if (w2(ghdr->e_machine) == EM_LOONGARCH) { in do_file()
|
D | sorttable.c | 304 switch (r2(&ehdr->e_machine)) { in do_file() 327 r2(&ehdr->e_machine), fname); in do_file()
|
/Linux-v6.6/arch/csky/include/asm/ |
D | elf.h | 46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ 47 ((x)->e_machine == EM_CSKY_OLD))
|
/Linux-v6.6/arch/x86/um/asm/ |
D | elf.h | 30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 125 ((x)->e_machine == EM_X86_64)
|
/Linux-v6.6/arch/microblaze/include/uapi/asm/ |
D | elf.h | 28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ 29 || (x)->e_machine == EM_MICROBLAZE_OLD)
|
/Linux-v6.6/arch/powerpc/boot/ |
D | elf_util.c | 32 elf64->e_machine == EM_PPC64)) in parse_elf64() 64 elf32->e_machine == EM_PPC)) in parse_elf32()
|
D | elf.h | 58 Elf32_Half e_machine; member 75 Elf64_Half e_machine; member
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | elf.h | 93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ 94 ( (x)->e_machine == EM_XTENSA_OLD ) )
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | elf.h | 16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) 17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
|
/Linux-v6.6/arch/arm/vdso/ |
D | vdsomunge.c | 164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main() 165 fail("Unsupported architecture %#x\n", inhdr->e_machine); in main()
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | elf.h | 311 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) 313 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
|
/Linux-v6.6/arch/alpha/boot/tools/ |
D | objstrip.c | 33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) 159 prog_name, elf->e_machine); in main()
|
/Linux-v6.6/scripts/mod/ |
D | modpost.c | 458 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf() 596 if (info->hdr->e_machine == EM_PPC) in ignore_undef_symbol() 605 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol() 614 if (info->hdr->e_machine == EM_S390) in ignore_undef_symbol() 639 if (info->hdr->e_machine == EM_SPARC || in handle_symbol() 640 info->hdr->e_machine == EM_SPARCV9) { in handle_symbol() 1079 bool is_arm = (elf->hdr->e_machine == EM_ARM); in find_nearest_sym() 1247 elf->hdr->e_machine == EM_PARISC && in check_export_symbol() 1463 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym() 1507 switch (elf->hdr->e_machine) { in section_rela() [all …]
|
/Linux-v6.6/tools/perf/util/ |
D | symbol-elf.c | 398 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc() 436 switch (ehdr->e_machine) { in get_plt_sizes() 476 static bool machine_is_x86(GElf_Half e_machine) in machine_is_x86() argument 478 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86() 647 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols() 713 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols() 718 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols() 807 if (machine_is_x86(ehdr.e_machine) && sort_rel(&ri)) in dso__synthesize_plt_symbols() 1601 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal() 1669 if ((ehdr.e_machine == EM_ARM) && in dso__load_sym_internal() [all …]
|
/Linux-v6.6/arch/arm/kernel/ |
D | elf.c | 15 if (x->e_machine != EM_ARM) in elf_check_arch()
|
/Linux-v6.6/arch/nios2/include/asm/ |
D | elf.h | 14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2)
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | elf.h | 77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | elf.h | 49 #define elf_check_arch(x) ((x)->e_machine == EM_68K)
|
/Linux-v6.6/tools/perf/jvmti/ |
D | jvmti_agent.c | 62 uint16_t e_machine; in get_e_machine() member 81 hdr->elf_mach = info.e_machine; in get_e_machine()
|
/Linux-v6.6/include/uapi/linux/ |
D | elf.h | 212 Elf32_Half e_machine; member 229 Elf64_Half e_machine; member
|