Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Daudit.h387 #define AUDIT_ARCH_MIPS (EM_MIPS)
388 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
389 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
390 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
392 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
393 #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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Daudit.h387 #define AUDIT_ARCH_MIPS (EM_MIPS)
388 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
389 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
390 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
392 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
393 #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
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Daudit.h403 #define AUDIT_ARCH_MIPS (EM_MIPS)
404 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
405 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
406 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
408 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
409 #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
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_32.c6 #define ELF_MACHINE EM_MIPS
H A Drelocs_64.c6 #define ELF_MACHINE EM_MIPS
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.c560 case EM_MIPS: /* reltype: e_class */ break; in do_file()
588 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
607 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
H A Dsorttable.c351 case EM_MIPS: in do_file()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbinfmt_elfn32.c14 #define ELF_ARCH EM_MIPS
H A Dbinfmt_elfo32.c14 #define ELF_ARCH EM_MIPS
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h258 #define ELF_ARCH EM_MIPS
274 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-Add-a-color-setting-for-mips64_n32-binaries.patch30 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dgenvdso.c172 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch95 + case EM_MIPS:
/OK3568_Linux_fs/u-boot/include/
H A Delf.h140 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only */ macro
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c283 if (ehdr_field(e_machine) != EM_MIPS) { in main()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h153 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h153 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h153 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h153 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c1862 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1908 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1932 case EM_MIPS: in section_rel()
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h179 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro

12