Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dperf_regs.c55 case EM_MIPS: in perf_intr_reg_mask()
98 case EM_MIPS: in perf_user_reg_mask()
141 case EM_MIPS: in perf_reg_name()
206 case EM_MIPS: in perf_arch_reg_ip()
235 case EM_MIPS: in perf_arch_reg_sp()
H A Ddwarf-regs.c64 case EM_MIPS: in get_dwarf_regstr()
142 case EM_MIPS: in get_dwarf_regnum()
182 case EM_MIPS: in get_libdw_frame_nregs()
223 case EM_MIPS: in get_dwarf_regnum_for_perf_regnum()
H A Dsample.c68 case EM_MIPS: in elf_machine_max_instruction_length()
H A Ddisasm.c148 [EM_MIPS] = arch__new_mips, in arch__find()
/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
/linux/include/uapi/linux/
H A Delf-em.h14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/linux/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.c918 case EM_MIPS: in do_file()
/linux/arch/mips/include/asm/
H A Delf.h260 #define ELF_ARCH EM_MIPS
274 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)
/linux/tools/perf/util/include/
H A Ddwarf-regs.h58 #define EM_HOST EM_MIPS
/linux/scripts/mod/
H A Dmodpost.c1328 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym()
1412 case EM_MIPS: in section_rel()