Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp80 shared_library_section= ELIBSCN,
/third_party/musl/arch/generic/bits/
Derrno.h81 #define ELIBSCN 81 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h81 #define ELIBSCN 81 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h82 #define ELIBSCN 81 macro
/third_party/lwip/src/include/lwip/
Derrno.h130 #define ELIBSCN 81 /* .lib section in a.out corrupted */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h77 #define ELIBSCN 85 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h82 #define ELIBSCN 81 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h77 #define ELIBSCN 85 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h81 #define ELIBSCN 81 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h82 #define ELIBSCN 81 macro
/third_party/musl/arch/mips/bits/
Derrno.h77 #define ELIBSCN 85 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h81 #define ELIBSCN 81 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h82 #define ELIBSCN 81 macro
/third_party/ltp/lib/
Derrnos.h114 PAIR(ELIBSCN) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c499 #ifdef ELIBSCN in errno_exec()
500 add_errcode("ELIBSCN", ELIBSCN, ".lib section in a.out corrupted"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst431 .. data:: ELIBSCN
/third_party/ffmpeg/doc/
Derrno.txt71 ELIBSCN +..... .lib section in a.out corrupted
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1054 #ifdef ELIBSCN
1055 case ELIBSCN: return ".lib section in a.out corrupted";