Searched refs:EM_RISCV (Results 1 – 4 of 4) sorted by relevance
49 #define EM_RISCV 243 macro
298 #define AUDIT_ARCH_RISCV32 (EM_RISCV | __AUDIT_ARCH_LE)299 #define AUDIT_ARCH_RISCV64 (EM_RISCV | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
59 return EM_RISCV; in GetTargetElfMachine()242 if (em == EM_RISCV) return "EM_RISCV"; in EM_to_string()
312 #define EM_RISCV 243 /* RISC-V */ macro