Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
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|\
A Delf-em.h14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs_32.c6 #define ELF_MACHINE EM_MIPS
A Drelocs_64.c6 #define ELF_MACHINE EM_MIPS
/linux-6.3-rc2/tools/perf/util/
A Ddwarf-regs.c57 case EM_MIPS: in get_dwarf_regstr()
/linux-6.3-rc2/scripts/
A Drecordmcount.c590 case EM_MIPS: /* reltype: e_class */ break; in do_file()
619 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
642 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
A Dsorttable.c322 case EM_MIPS: in do_file()
/linux-6.3-rc2/arch/mips/include/asm/
A Delf.h258 #define ELF_ARCH EM_MIPS
272 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)
/linux-6.3-rc2/arch/mips/vdso/
A Dgenvdso.c172 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c1552 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1609 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1633 case EM_MIPS: in section_rel()

Completed in 16 milliseconds