/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_elf.h | 24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) 30 #define ELF_ARCH EM_386
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | elf.h | 30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 34 #define ELF_ARCH EM_386
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_32.c | 6 #define ELF_MACHINE EM_386
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf-em.h | 9 #define EM_386 3 macro
|
H A D | audit.h | 403 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
|
/openbmc/linux/tools/perf/util/ |
H A D | dwarf-regs.c | 42 case EM_386: in get_dwarf_regstr()
|
H A D | genelf.h | 26 #define GEN_ELF_ARCH EM_386
|
H A D | symbol-elf.c | 457 case EM_386: in get_plt_sizes() 478 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | elf.h | 42 #define ELF_ARCH EM_386 88 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
|
/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 47 EM_386 = 3 variable 96 self.ehdr.e_machine = EM_386
|
/openbmc/qemu/target/i386/ |
H A D | arch_dump.c | 411 info->d_machine = EM_386; in cpu_get_dump_info() 447 if (machine == EM_386) { in cpu_get_note_size()
|
H A D | cpu.h | 45 #define I386_ELF_MACHINE EM_386
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 305 case EM_386: in do_file()
|
H A D | recordmcount.c | 570 case EM_386: in do_file()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 143 #define EM_386 3 /* Intel 80386 */ macro
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 36 case EM_386: in is_x86_64()
|
/openbmc/qemu/include/ |
H A D | elf.h | 135 #define EM_386 3 macro
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 358 if (ehdr.e_machine != EM_386) {
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 1354 .name = "i386", .e_machine = EM_386,
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | Add-riscv64-support.patch | 651 case EM_386:
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Add-riscv64-support.patch | 651 case EM_386:
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 1465 case EM_386: in section_rel()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 246 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) 252 #define ELF_ARCH EM_386
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 1361 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4510 #define ELF_HOST_MACHINE EM_386
|