Home
last modified time | relevance | path

Searched refs:EM_LOONGARCH (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h21 #ifndef EM_LOONGARCH
22 #define EM_LOONGARCH 258 /* LoongArch */ macro
56 #define EM_HOST EM_LOONGARCH
/linux-6.15/tools/objtool/arch/loongarch/include/arch/
H A Delf.h25 #ifndef EM_LOONGARCH
26 #define EM_LOONGARCH 258 macro
/linux-6.15/scripts/
H A Drecordmcount.c41 #ifndef EM_LOONGARCH
42 #define EM_LOONGARCH 258 macro
594 case EM_LOONGARCH: /* reltype: e_class */ break; in do_file()
626 if (w2(ehdr->e_machine) == EM_LOONGARCH) { in do_file()
651 if (w2(ghdr->e_machine) == EM_LOONGARCH) { in do_file()
H A Dsorttable.c64 #ifndef EM_LOONGARCH
65 #define EM_LOONGARCH 258 macro
1264 case EM_LOONGARCH: in do_file()
/linux-6.15/arch/loongarch/include/asm/
H A Delf.h197 #define ELF_ARCH EM_LOONGARCH
201 #define loongarch_elf_check_machine(x) ((x)->e_machine == EM_LOONGARCH)
/linux-6.15/include/uapi/linux/
H A Delf-em.h54 #define EM_LOONGARCH 258 /* LoongArch */ macro
H A Daudit.h448 #define AUDIT_ARCH_LOONGARCH32 (EM_LOONGARCH|__AUDIT_ARCH_LE)
449 #define AUDIT_ARCH_LOONGARCH64 (EM_LOONGARCH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c66 case EM_LOONGARCH: in get_dwarf_regstr()
H A Dgenelf.h50 #define GEN_ELF_ARCH EM_LOONGARCH
H A Dsymbol-elf.c47 #ifndef EM_LOONGARCH
48 #define EM_LOONGARCH 258 macro
449 case EM_LOONGARCH: in get_plt_sizes()
/linux-6.15/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c134 arch->e_machine = EM_LOONGARCH; in loongarch__annotate_init()
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c63 if (elf->ehdr.e_machine == EM_LOONGARCH) in is_loongarch()
/linux-6.15/scripts/mod/
H A Dmodpost.c1283 #ifndef EM_LOONGARCH
1284 #define EM_LOONGARCH 258 macro
1352 case EM_LOONGARCH: in section_rela()