Home
last modified time | relevance | path

Searched refs:e_machine (Results 1 – 25 of 87) sorted by relevance

1234

/linux-6.12.1/arch/x86/include/asm/
Delf.h89 (((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/
Delf.h26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
/linux-6.12.1/arch/s390/include/asm/
Delf.h187 (((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/
Delf_64.h179 #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)
Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
/linux-6.12.1/scripts/
Drecordmcount.c565 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()
Dsorttable.c304 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/
Delf.h46 #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/
Delf.h28 #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/
Delf.h30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
125 ((x)->e_machine == EM_X86_64)
/linux-6.12.1/arch/powerpc/boot/
Delf_util.c32 elf64->e_machine == EM_PPC64)) in parse_elf64()
64 elf32->e_machine == EM_PPC)) in parse_elf32()
Delf.h58 Elf32_Half e_machine; member
75 Elf64_Half e_machine; member
/linux-6.12.1/arch/xtensa/include/asm/
Delf.h93 #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/
Delf.h16 #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/
Dvdsomunge.c164 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/
Dsymbol-elf.c399 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/
Delf.h311 ((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/
Dobjstrip.c33 # 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/
Drelocs.c133 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/
Dmodpost.c445 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/
Delf.c15 if (x->e_machine != EM_ARM) in elf_check_arch()
/linux-6.12.1/arch/nios2/include/asm/
Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2)
/linux-6.12.1/arch/alpha/include/asm/
Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
/linux-6.12.1/tools/perf/jvmti/
Djvmti_agent.c62 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/
Delf.h212 Elf32_Half e_machine; member
229 Elf64_Half e_machine; member

1234