HomeSort by relevance Sort by last modified time
    Searched refs:ELIBMAX (Results 1 - 25 of 53) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 69 #define ELIBMAX 82
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 65 #define ELIBMAX 86
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 65 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 61 #define ELIBMAX 86 /* Attempting to link in too many shared libraries */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 55 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 85 ELIBMAX = 86
  /external/syslinux/com32/include/
errno.h 89 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 90 ELIBMAX = 86
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 162 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
  /external/strace/tests/
errno2name.c 216 #ifdef ELIBMAX
217 CASE(ELIBMAX);
  /external/strace/tests-m32/
errno2name.c 216 #ifdef ELIBMAX
217 CASE(ELIBMAX);
  /external/strace/tests-mx32/
errno2name.c 216 #ifdef ELIBMAX
217 CASE(ELIBMAX);
  /bionic/libc/private/
bionic_errdefs.h 119 __BIONIC_ERRDEF( ELIBMAX , 82, "Attempting to link in too many shared libraries" )
  /external/ltp/lib/
errnos.h 115 PAIR(ELIBMAX)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 310 #if defined (ELIBMAX)
311 ENTRY(ELIBMAX, "ELIBMAX", "Attempting to link in too many shared libraries"),
  /external/minijail/linux-x86/
libconstants.gen.c 293 #ifdef ELIBMAX
294 { "ELIBMAX", (unsigned long) ELIBMAX },
295 #endif // ELIBMAX
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 123 ERROR_ENTRY(ELIBMAX), // Attempting to link in too many shared libs.
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 71 ELIBMAX
206 ELIBMAX - APPLICATION_ERROR: "attempting to link in too many shared libraries",
tables_nacl.go 177 ELIBMAX Errno = 82 /* Attempting to link in too many libs */
302 ELIBMAX: "Attempting to link in too many libs",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 71 ELIBMAX
206 ELIBMAX - APPLICATION_ERROR: "attempting to link in too many shared libraries",
tables_nacl.go 177 ELIBMAX Errno = 82 /* Attempting to link in too many libs */
302 ELIBMAX: "Attempting to link in too many libs",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 400 #ifdef ELIBMAX
401 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 399 #ifdef ELIBMAX
400 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 400 #ifdef ELIBMAX
401 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries");
  /external/python/cpython2/Modules/
errnomodule.c 390 #ifdef ELIBMAX
391 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries");

Completed in 545 milliseconds

1 2 3