Searched refs:EM_RISCV (Results 1 – 4 of 4) sorted by relevance
61 #define EM_RISCV 243 macro
310 #define AUDIT_ARCH_RISCV32 (EM_RISCV | __AUDIT_ARCH_LE)311 #define AUDIT_ARCH_RISCV64 (EM_RISCV | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
55 return EM_RISCV; in GetTargetElfMachine()227 if (em == EM_RISCV) return "EM_RISCV"; in EM_to_string()
277 #define EM_RISCV 243 /* RISC-V */ macro