Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dexec.rs58 WrongArchitecture, enumerator
77 ExecError::WrongArchitecture => SystemError::ENOEXEC, in from()
/DragonOS/kernel/src/libs/
H A Delf.rs65 return Err(ExecError::WrongArchitecture); in inner_probe_common()
91 return Err(ExecError::WrongArchitecture); in probe_x86_64()
104 return Err(ExecError::WrongArchitecture); in probe_riscv()