Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/include/uapi/linux/
H A Daudit.h408 #define AUDIT_ARCH_MIPS (EM_MIPS)
409 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
410 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
411 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
413 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
414 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
H A Delf-em.h14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c6 #define ELF_MACHINE EM_MIPS
H A Drelocs_64.c6 #define ELF_MACHINE EM_MIPS
/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c62 case EM_MIPS: in get_dwarf_regstr()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Add-a-color-setting-for-mips64_n32-binaries.patch29 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
/openbmc/linux/scripts/
H A Drecordmcount.c594 case EM_MIPS: /* reltype: e_class */ break; in do_file()
623 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
646 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
H A Dsorttable.c322 case EM_MIPS: in do_file()
/openbmc/linux/arch/mips/include/asm/
H A Delf.h258 #define ELF_ARCH EM_MIPS
272 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)
/openbmc/qemu/hw/mips/
H A Dmipssim.c69 EM_MIPS, 1, 0); in load_kernel()
H A Dfuloong2e.c108 0, EM_MIPS, 1, 0); in load_kernel()
H A Dloongson3_virt.c339 NULL, 0, EM_MIPS, 1, 0); in load_kernel()
H A Dboston.c793 NULL, 0, EM_MIPS, 1, 0); in boston_mach_init()
H A Dmalta.c882 &kernel_high, NULL, TARGET_BIG_ENDIAN, EM_MIPS, in load_kernel()
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.c172 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch95 + case EM_MIPS:
/openbmc/qemu/include/hw/
H A Delf_ops.h372 case EM_MIPS: in glue()
374 if ((ehdr.e_machine != EM_MIPS) && in glue()
/openbmc/u-boot/tools/
H A Dmips-relocs.c280 if (ehdr_field(e_machine) != EM_MIPS) { in main()
/openbmc/u-boot/include/
H A Delf.h150 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only */ macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch188 #define LT_ELF_MACHINE EM_MIPS
191 +#define LT_ELF_MACHINE2 EM_MIPS
/openbmc/linux/scripts/mod/
H A Dmodpost.c1402 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym()
1498 case EM_MIPS: in section_rel()
/openbmc/qemu/include/
H A Delf.h141 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DAdd-riscv64-support.patch66 } else if (e_machine == EM_MIPS) {
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A DAdd-riscv64-support.patch66 } else if (e_machine == EM_MIPS) {
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc2630 #define ELF_HOST_MACHINE EM_MIPS

12