/linux-6.12.1/arch/x86/include/asm/ |
D | elf.h | 89 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 150 ((x)->e_machine == EM_X86_64) 154 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64)) 177 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64) 181 set_personality_ia32((ex).e_machine == EM_X86_64) 354 if (exec->e_machine == EM_X86_64) \ 378 (ex->e_machine == EM_X86_64))
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | elf.h | 26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
|
/linux-6.12.1/arch/s390/include/asm/ |
D | elf.h | 187 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \ 190 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
|
/linux-6.12.1/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-6.12.1/scripts/ |
D | recordmcount.c | 565 switch (w2(ehdr->e_machine)) { in do_file() 568 w2(ehdr->e_machine), fname); in do_file() 622 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file() 626 if (w2(ehdr->e_machine) == EM_LOONGARCH) { in do_file() 641 if (w2(ghdr->e_machine) == EM_S390) { in do_file() 645 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file() 651 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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/tools/perf/util/ |
D | symbol-elf.c | 399 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc() 437 switch (ehdr->e_machine) { in get_plt_sizes() 477 static bool machine_is_x86(GElf_Half e_machine) in machine_is_x86() argument 479 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86() 648 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols() 714 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols() 719 if (machine_is_x86(ehdr.e_machine) && in dso__synthesize_plt_symbols() 808 if (machine_is_x86(ehdr.e_machine) && sort_rel(&ri)) in dso__synthesize_plt_symbols() 1351 if (ehdr->e_machine == EM_PARISC || in max_text_section() 1352 ehdr->e_machine == EM_ALPHA) in max_text_section() [all …]
|
/linux-6.12.1/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-6.12.1/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-6.12.1/arch/s390/tools/ |
D | relocs.c | 133 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine); in read_ehdr() 151 if (ehdr.e_machine != ELF_MACHINE) in read_ehdr()
|
/linux-6.12.1/scripts/mod/ |
D | modpost.c | 445 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() 621 if (info->hdr->e_machine == EM_SPARC || in handle_symbol() 622 info->hdr->e_machine == EM_SPARCV9) { in handle_symbol() 1115 elf->hdr->e_machine == EM_PARISC && in check_export_symbol() 1305 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym() 1339 switch (elf->hdr->e_machine) { in section_rela() 1382 switch (elf->hdr->e_machine) { in section_rel()
|
/linux-6.12.1/arch/arm/kernel/ |
D | elf.c | 15 if (x->e_machine != EM_ARM) in elf_check_arch()
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | elf.h | 14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2)
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | elf.h | 77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
|
/linux-6.12.1/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-6.12.1/include/uapi/linux/ |
D | elf.h | 212 Elf32_Half e_machine; member 229 Elf64_Half e_machine; member
|