Searched refs:NotExecutable (Results 1 – 2 of 2) sorted by relevance
56 NotExecutable, enumerator76 ExecError::NotExecutable => SystemError::ENOEXEC, in from()
74 return Err(ExecError::NotExecutable); in inner_probe_common()507 let ehdr = Self::parse_ehdr(buf).map_err(|_| ExecError::NotExecutable)?; in probe()525 let ehdr = Self::parse_ehdr(head_buf).map_err(|_| ExecError::NotExecutable)?; in load()559 return Err(ExecError::NotExecutable); in load()