/openbmc/linux/include/uapi/linux/ |
H A D | audit.h | 408 #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 D | elf-em.h | 14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs_32.c | 6 #define ELF_MACHINE EM_MIPS
|
H A D | relocs_64.c | 6 #define ELF_MACHINE EM_MIPS
|
/openbmc/linux/tools/perf/util/ |
H A D | dwarf-regs.c | 62 case EM_MIPS: in get_dwarf_regstr()
|
/openbmc/linux/scripts/ |
H A D | recordmcount.c | 594 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 D | sorttable.c | 322 case EM_MIPS: in do_file()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 258 #define ELF_ARCH EM_MIPS 272 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-Add-a-color-setting-for-mips64_n32-binaries.patch | 29 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
|
/openbmc/qemu/hw/mips/ |
H A D | mipssim.c | 77 EM_MIPS, 1, 0); in load_kernel()
|
H A D | fuloong2e.c | 108 0, EM_MIPS, 1, 0); in load_kernel()
|
H A D | loongson3_virt.c | 361 NULL, 0, EM_MIPS, 1, 0); in load_kernel()
|
H A D | boston.c | 795 NULL, 0, EM_MIPS, 1, 0); in boston_mach_init()
|
H A D | malta.c | 882 &kernel_high, NULL, TARGET_BIG_ENDIAN, EM_MIPS, in load_kernel()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.c | 172 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 D | add-64-bit-flag-for-ELF64-entries.patch | 95 + case EM_MIPS:
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 280 if (ehdr_field(e_machine) != EM_MIPS) { in main()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 150 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only */ macro
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 372 case EM_MIPS: 374 if ((ehdr.e_machine != EM_MIPS) &&
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 188 #define LT_ELF_MACHINE EM_MIPS 191 +#define LT_ELF_MACHINE2 EM_MIPS
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 1375 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym() 1471 case EM_MIPS: in section_rel()
|
/openbmc/qemu/include/ |
H A D | elf.h | 141 #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 D | Add-riscv64-support.patch | 66 } 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 D | Add-riscv64-support.patch | 66 } else if (e_machine == EM_MIPS) {
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1361 #define ELF_ARCH EM_MIPS
|