Searched defs:ExecError (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/kernel/src/process/ |
D | exec.rs | 24 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError>; in probe() argument 30 ) -> Result<BinaryLoaderResult, ExecError>; in load() argument 52 pub enum ExecError { enum 72 impl Into<SystemError> for ExecError { implementation
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | elf.rs | 55 ) -> Result<(), ExecError> { in probe_x86_64() argument 93 ) -> Result<(), ExecError> { in set_elf_brk() argument 347 ) -> Result<(), ExecError> { in create_auxv() argument 464 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError> { in probe() argument 481 ) -> Result<BinaryLoaderResult, ExecError> { in load() argument
|