Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/process/
Dexec.rs56 WrongArchitecture, enumerator
76 ExecError::WrongArchitecture => SystemError::EOPNOTSUPP_OR_ENOTSUP, in into()
/DragonOS-0.1.8/kernel/src/libs/
Delf.rs58 return Err(ExecError::WrongArchitecture); in probe_x86_64()
63 return Err(ExecError::WrongArchitecture); in probe_x86_64()