Home
last modified time | relevance | path

Searched refs:EM_RISCV (Results 1 – 2 of 2) sorted by relevance

/DragonStub/apps/
H A Delf.c65 if (ehdr->e_machine != EM_RISCV) { in elf_check()
67 EM_RISCV, ehdr->e_machine); in elf_check()
/DragonStub/inc/
H A Delf.h357 #define EM_RISCV 243 /* RISC-V */ macro