Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Derrno2name.c219 #ifdef ELIBSCN in errno2name()
220 CASE(ELIBSCN); in errno2name()
/external/strace/tests-m32/
Derrno2name.c219 #ifdef ELIBSCN in errno2name()
220 CASE(ELIBSCN); in errno2name()
/external/strace/tests/
Derrno2name.c219 #ifdef ELIBSCN in errno2name()
220 CASE(ELIBSCN); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h64 #define ELIBSCN 81 /* .lib section in a.out corrupted */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h60 #define ELIBSCN 85 /* .lib section in a.out corrupted */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py84 ELIBSCN = 85 variable
/external/u-boot/include/linux/
Derrno.h89 #define ELIBSCN 81 /* .lib section in a.out corrupted */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py89 ELIBSCN = 85 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c296 #ifdef ELIBSCN
297 { "ELIBSCN", (unsigned long) ELIBSCN },
/external/u-boot/lib/
Derrno_str.c95 ERRNO_MSG(ELIBSCN, ".lib section in a.out corrupted"),
/external/ltp/lib/
Derrnos.h114 PAIR(ELIBSCN) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc122 ERROR_ENTRY(ELIBSCN), // .lib section in a.out corrupted
/external/python/cpython2/Modules/
Derrnomodule.c465 #ifdef ELIBSCN in initerrno()
466 inscode(d, ds, de, "ELIBSCN", ELIBSCN, ".lib section in a.out corrupted"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c508 #ifdef ELIBSCN in PyInit_errno()
509 inscode(d, ds, de, "ELIBSCN", ELIBSCN, ".lib section in a.out corrupted"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst428 .. data:: ELIBSCN
/external/python/cpython3/Doc/library/
Derrno.rst431 .. data:: ELIBSCN
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1199 ELIBSCN = syscall.Errno(0x55) const
Dzerrors_linux_sparc64.go1850 ELIBSCN = syscall.Errno(0x7c) const
Dzerrors_linux_mipsle.go2312 ELIBSCN = syscall.Errno(0x55) const
Dzerrors_linux_s390x.go2368 ELIBSCN = syscall.Errno(0x51) const
Dzerrors_linux_arm.go2314 ELIBSCN = syscall.Errno(0x51) const
Dzerrors_linux_ppc64le.go2368 ELIBSCN = syscall.Errno(0x51) const
Dzerrors_linux_mips64.go2312 ELIBSCN = syscall.Errno(0x55) const
Dzerrors_linux_ppc64.go2368 ELIBSCN = syscall.Errno(0x51) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1029 ELIBSCN = 85 variable

12