Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Daudit.h414 #define AUDIT_ARCH_MIPS (EM_MIPS)
415 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
416 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
417 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
419 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
420 #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
/linux-6.15/arch/mips/boot/tools/
H A Drelocs_32.c6 #define ELF_MACHINE EM_MIPS
H A Drelocs_64.c6 #define ELF_MACHINE EM_MIPS
/linux-6.15/tools/perf/arch/mips/annotate/
H A Dinstructions.c43 arch->e_machine = EM_MIPS; in mips__annotate_init()
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh108 …_tables "$tools_dir/perf/arch/mips/entry/syscalls/syscall_n64.tbl" "$outfile" common,64,n64 EM_MIPS
217 build_outer_table EM_MIPS "$outfile"
/linux-6.15/scripts/
H A Drecordmcount.c593 case EM_MIPS: /* reltype: e_class */ break; in do_file()
622 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
645 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
H A Dsorttable.c1279 case EM_MIPS: in do_file()
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c64 case EM_MIPS: in get_dwarf_regstr()
H A Dsyscalltbl.c49 if (e_machine == EM_MIPS && id > 1000) { in syscalltbl__name()
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h58 #define EM_HOST EM_MIPS
/linux-6.15/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)
/linux-6.15/arch/mips/vdso/
H A Dgenvdso.c172 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
/linux-6.15/scripts/mod/
H A Dmodpost.c1312 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym()
1396 case EM_MIPS: in section_rel()