Home
last modified time | relevance | path

Searched refs:ELIBEXEC (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Derrno.h94 #define ELIBEXEC 82 /* 无法直接执行共享库 Cannot exec a shared library directly */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h100 #define ELIBEXEC 82 /* 无法直接执行共享库 Cannot exec a shared library directly */ macro
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs198 ELIBEXEC = 82, enumerator