Home
last modified time | relevance | path

Searched refs:ELIBMAX (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c216 #ifdef ELIBMAX in errno2name()
217 CASE(ELIBMAX); in errno2name()
/external/strace/tests-m32/
Derrno2name.c216 #ifdef ELIBMAX in errno2name()
217 CASE(ELIBMAX); in errno2name()
/external/strace/tests/
Derrno2name.c216 #ifdef ELIBMAX in errno2name()
217 CASE(ELIBMAX); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h65 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h61 #define ELIBMAX 86 /* Attempting to link in too many shared libraries */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py85 ELIBMAX = 86 variable
/external/u-boot/include/linux/
Derrno.h90 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py90 ELIBMAX = 86 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c293 #ifdef ELIBMAX
294 { "ELIBMAX", (unsigned long) ELIBMAX },
/external/u-boot/lib/
Derrno_str.c96 ERRNO_MSG(ELIBMAX, "Attempting to link in too many shared libraries"),
/external/ltp/lib/
Derrnos.h115 PAIR(ELIBMAX) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc123 ERROR_ENTRY(ELIBMAX), // Attempting to link in too many shared libs.
/external/python/cpython2/Modules/
Derrnomodule.c390 #ifdef ELIBMAX in initerrno()
391 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c433 #ifdef ELIBMAX in PyInit_errno()
434 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst433 .. data:: ELIBMAX
/external/python/cpython3/Doc/library/
Derrno.rst436 .. data:: ELIBMAX
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1198 ELIBMAX = syscall.Errno(0x56) const
Dzerrors_linux_sparc64.go1849 ELIBMAX = syscall.Errno(0x7b) const
Dzerrors_linux_mipsle.go2311 ELIBMAX = syscall.Errno(0x56) const
Dzerrors_linux_s390x.go2367 ELIBMAX = syscall.Errno(0x52) const
Dzerrors_linux_arm.go2313 ELIBMAX = syscall.Errno(0x52) const
Dzerrors_linux_ppc64le.go2367 ELIBMAX = syscall.Errno(0x52) const
Dzerrors_linux_mips64.go2311 ELIBMAX = syscall.Errno(0x56) const
Dzerrors_linux_ppc64.go2367 ELIBMAX = syscall.Errno(0x52) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1030 ELIBMAX = 86 variable

12