Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp78 shared_library_execute = ELIBEXEC,
/third_party/musl/arch/generic/bits/
Derrno.h83 #define ELIBEXEC 83 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h83 #define ELIBEXEC 83 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h84 #define ELIBEXEC 83 macro
/third_party/lwip/src/include/lwip/
Derrno.h132 #define ELIBEXEC 83 /* Cannot exec a shared library directly */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h79 #define ELIBEXEC 87 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h84 #define ELIBEXEC 83 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h79 #define ELIBEXEC 87 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h83 #define ELIBEXEC 83 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h84 #define ELIBEXEC 83 macro
/third_party/musl/arch/mips/bits/
Derrno.h79 #define ELIBEXEC 87 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h83 #define ELIBEXEC 83 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h84 #define ELIBEXEC 83 macro
/third_party/ltp/lib/
Derrnos.h116 PAIR(ELIBEXEC) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c551 #ifdef ELIBEXEC in errno_exec()
552 add_errcode("ELIBEXEC", ELIBEXEC, "Cannot exec a shared library directly"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst441 .. data:: ELIBEXEC
/third_party/ffmpeg/doc/
Derrno.txt69 ELIBEXEC +..... Cannot exec a shared library directly
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1048 #ifdef ELIBEXEC
1049 case ELIBEXEC: return "can not exec a shared library directly";