Searched refs:EM_LOONGARCH (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/util/
H A Ddwarf-regs.c20 #ifndef EM_LOONGARCH
21 #define EM_LOONGARCH 258 /* LoongArch */ macro
67 case EM_LOONGARCH:
H A Dgenelf.h47 #define GEN_ELF_ARCH EM_LOONGARCH
H A Dsymbol-elf.c46 #ifndef EM_LOONGARCH
47 #define EM_LOONGARCH 258 macro
446 case EM_LOONGARCH:
/linux-master/include/uapi/linux/
H A Delf-em.h54 #define EM_LOONGARCH 258 /* LoongArch */ macro
H A Daudit.h442 #define AUDIT_ARCH_LOONGARCH32 (EM_LOONGARCH|__AUDIT_ARCH_LE)
443 #define AUDIT_ARCH_LOONGARCH64 (EM_LOONGARCH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-master/scripts/
H A Dsorttable.c63 #ifndef EM_LOONGARCH
64 #define EM_LOONGARCH 258 macro
307 case EM_LOONGARCH:
H A Drecordmcount.c41 #ifndef EM_LOONGARCH
42 #define EM_LOONGARCH 258 macro
594 case EM_LOONGARCH: /* reltype: e_class */ break;
626 if (w2(ehdr->e_machine) == EM_LOONGARCH) {
651 if (w2(ghdr->e_machine) == EM_LOONGARCH) {
/linux-master/tools/objtool/arch/loongarch/
H A Ddecode.c9 #ifndef EM_LOONGARCH
10 #define EM_LOONGARCH 258 macro
66 if (elf->ehdr.e_machine == EM_LOONGARCH)
/linux-master/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-master/scripts/mod/
H A Dmodpost.c1336 #ifndef EM_LOONGARCH
1337 #define EM_LOONGARCH 258 macro
1405 case EM_LOONGARCH:

Completed in 247 milliseconds