Searched defs:ENOEXEC (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 19 #define ENOEXEC 8 /* 可执行文件格式错误 Executable file format error */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 26 ENOEXEC = 8, enumerator |