|
GDBserver
|
Go to the source code of this file.
Macros | |
| #define | INTTYPES_H |
| #define | _GL_CXXDEFS_H |
| #define | _GL_BEGIN_NAMESPACE |
| #define | _GL_END_NAMESPACE |
| #define | _GL_EXTERN_C extern |
| #define | _GL_FUNCDECL_RPL(func, rettype, parameters_and_attributes) _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
| #define | _GL_FUNCDECL_RPL_1(rpl_func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
| #define | _GL_FUNCDECL_SYS(func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype func parameters_and_attributes |
| #define | _GL_CXXALIAS_RPL(func, rettype, parameters) _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
| #define | _GL_CXXALIAS_RPL_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_RPL_CAST_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_SYS(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_SYS_CAST(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_SYS_CAST2(func, rettype, parameters, rettype2, parameters2) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIASWARN(func) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIASWARN1(func, rettype, parameters_and_attributes) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_ARG_NONNULL(params) |
| #define | _GL_WARN_ON_USE(function, message) _GL_WARN_EXTERN_C int _gl_warn_on_use |
| #define | _GL_WARN_ON_USE_CXX(function, rettype, parameters_and_attributes, msg) _GL_WARN_EXTERN_C int _gl_warn_on_use |
| #define | _GL_WARN_EXTERN_C extern |
| #define | _LONG_LONG_FORMAT_PREFIX "ll" |
| #define | PRIdLEAST8 "d" |
| #define | PRIiLEAST8 "i" |
| #define | PRIoLEAST8 "o" |
| #define | PRIuLEAST8 "u" |
| #define | PRIxLEAST8 "x" |
| #define | PRIXLEAST8 "X" |
| #define | PRIdLEAST16 "d" |
| #define | PRIiLEAST16 "i" |
| #define | PRIoLEAST16 "o" |
| #define | PRIuLEAST16 "u" |
| #define | PRIxLEAST16 "x" |
| #define | PRIXLEAST16 "X" |
| #define | PRIdLEAST32 "d" |
| #define | PRIiLEAST32 "i" |
| #define | PRIoLEAST32 "o" |
| #define | PRIuLEAST32 "u" |
| #define | PRIxLEAST32 "x" |
| #define | PRIXLEAST32 "X" |
| #define | PRIdFAST8 "d" |
| #define | PRIiFAST8 "i" |
| #define | PRIoFAST8 "o" |
| #define | PRIuFAST8 "u" |
| #define | PRIxFAST8 "x" |
| #define | PRIXFAST8 "X" |
| #define | PRIdFAST16 "d" |
| #define | PRIiFAST16 "i" |
| #define | PRIoFAST16 "o" |
| #define | PRIuFAST16 "u" |
| #define | PRIxFAST16 "x" |
| #define | PRIXFAST16 "X" |
| #define | PRIdFAST32 "d" |
| #define | PRIiFAST32 "i" |
| #define | PRIoFAST32 "o" |
| #define | PRIuFAST32 "u" |
| #define | PRIxFAST32 "x" |
| #define | PRIXFAST32 "X" |
| #define | PRIdMAX PRId64 |
| #define | PRIiMAX PRIi64 |
| #define | PRIoMAX PRIo64 |
| #define | PRIuMAX PRIu64 |
| #define | PRIxMAX PRIx64 |
| #define | PRIXMAX PRIX64 |
| #define | SCNdLEAST8 "hhd" |
| #define | SCNiLEAST8 "hhi" |
| #define | SCNoLEAST8 "hho" |
| #define | SCNuLEAST8 "hhu" |
| #define | SCNxLEAST8 "hhx" |
| #define | SCNdLEAST16 "hd" |
| #define | SCNiLEAST16 "hi" |
| #define | SCNoLEAST16 "ho" |
| #define | SCNuLEAST16 "hu" |
| #define | SCNxLEAST16 "hx" |
| #define | SCNdLEAST32 "d" |
| #define | SCNiLEAST32 "i" |
| #define | SCNoLEAST32 "o" |
| #define | SCNuLEAST32 "u" |
| #define | SCNxLEAST32 "x" |
| #define | SCNdFAST8 "d" |
| #define | SCNiFAST8 "i" |
| #define | SCNoFAST8 "o" |
| #define | SCNuFAST8 "u" |
| #define | SCNxFAST8 "x" |
| #define | SCNdFAST16 "d" |
| #define | SCNiFAST16 "i" |
| #define | SCNoFAST16 "o" |
| #define | SCNuFAST16 "u" |
| #define | SCNxFAST16 "x" |
| #define | SCNdFAST32 "d" |
| #define | SCNiFAST32 "i" |
| #define | SCNoFAST32 "o" |
| #define | SCNuFAST32 "u" |
| #define | SCNxFAST32 "x" |
| #define | SCNdMAX SCNd64 |
| #define | SCNiMAX SCNi64 |
| #define | SCNoMAX SCNo64 |
| #define | SCNuMAX SCNu64 |
| #define | SCNxMAX SCNx64 |
| #define _GL_ARG_NONNULL | ( | params | ) |
Definition at line 364 of file inttypes.h.
| #define _GL_BEGIN_NAMESPACE |
Definition at line 73 of file inttypes.h.
| #define _GL_CXXALIAS_RPL | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
Definition at line 175 of file inttypes.h.
| #define _GL_CXXALIAS_RPL_1 | ( | func, | |
| rpl_func, | |||
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 190 of file inttypes.h.
| #define _GL_CXXALIAS_RPL_CAST_1 | ( | func, | |
| rpl_func, | |||
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 213 of file inttypes.h.
| #define _GL_CXXALIAS_SYS | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 240 of file inttypes.h.
| #define _GL_CXXALIAS_SYS_CAST | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 263 of file inttypes.h.
| #define _GL_CXXALIAS_SYS_CAST2 | ( | func, | |
| rettype, | |||
| parameters, | |||
| rettype2, | |||
| parameters2 | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 294 of file inttypes.h.
| #define _GL_CXXALIASWARN | ( | func | ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 322 of file inttypes.h.
| #define _GL_CXXALIASWARN1 | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 350 of file inttypes.h.
| #define _GL_CXXDEFS_H |
Definition at line 66 of file inttypes.h.
| #define _GL_END_NAMESPACE |
Definition at line 74 of file inttypes.h.
| #define _GL_EXTERN_C extern |
Definition at line 141 of file inttypes.h.
| #define _GL_FUNCDECL_RPL | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
Definition at line 151 of file inttypes.h.
| #define _GL_FUNCDECL_RPL_1 | ( | rpl_func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
Definition at line 153 of file inttypes.h.
| #define _GL_FUNCDECL_SYS | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C rettype func parameters_and_attributes |
Definition at line 163 of file inttypes.h.
| #define _GL_WARN_EXTERN_C extern |
Definition at line 412 of file inttypes.h.
| #define _GL_WARN_ON_USE | ( | function, | |
| message | |||
| ) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
Definition at line 380 of file inttypes.h.
| #define _GL_WARN_ON_USE_CXX | ( | function, | |
| rettype, | |||
| parameters_and_attributes, | |||
| msg | |||
| ) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
Definition at line 401 of file inttypes.h.
| #define _LONG_LONG_FORMAT_PREFIX "ll" |
Definition at line 423 of file inttypes.h.
| #define INTTYPES_H |
Definition at line 46 of file inttypes.h.
| #define PRIdFAST16 "d" |
Definition at line 731 of file inttypes.h.
| #define PRIdFAST32 "d" |
Definition at line 779 of file inttypes.h.
| #define PRIdFAST8 "d" |
Definition at line 683 of file inttypes.h.
| #define PRIdLEAST16 "d" |
Definition at line 603 of file inttypes.h.
| #define PRIdLEAST32 "d" |
Definition at line 627 of file inttypes.h.
| #define PRIdLEAST8 "d" |
Definition at line 579 of file inttypes.h.
| #define PRIdMAX PRId64 |
Definition at line 854 of file inttypes.h.
| #define PRIiFAST16 "i" |
Definition at line 739 of file inttypes.h.
| #define PRIiFAST32 "i" |
Definition at line 787 of file inttypes.h.
| #define PRIiFAST8 "i" |
Definition at line 691 of file inttypes.h.
| #define PRIiLEAST16 "i" |
Definition at line 607 of file inttypes.h.
| #define PRIiLEAST32 "i" |
Definition at line 631 of file inttypes.h.
| #define PRIiLEAST8 "i" |
Definition at line 583 of file inttypes.h.
| #define PRIiMAX PRIi64 |
Definition at line 862 of file inttypes.h.
| #define PRIoFAST16 "o" |
Definition at line 747 of file inttypes.h.
| #define PRIoFAST32 "o" |
Definition at line 795 of file inttypes.h.
| #define PRIoFAST8 "o" |
Definition at line 699 of file inttypes.h.
| #define PRIoLEAST16 "o" |
Definition at line 611 of file inttypes.h.
| #define PRIoLEAST32 "o" |
Definition at line 635 of file inttypes.h.
| #define PRIoLEAST8 "o" |
Definition at line 587 of file inttypes.h.
| #define PRIoMAX PRIo64 |
Definition at line 870 of file inttypes.h.
| #define PRIuFAST16 "u" |
Definition at line 755 of file inttypes.h.
| #define PRIuFAST32 "u" |
Definition at line 803 of file inttypes.h.
| #define PRIuFAST8 "u" |
Definition at line 707 of file inttypes.h.
| #define PRIuLEAST16 "u" |
Definition at line 615 of file inttypes.h.
| #define PRIuLEAST32 "u" |
Definition at line 639 of file inttypes.h.
| #define PRIuLEAST8 "u" |
Definition at line 591 of file inttypes.h.
| #define PRIuMAX PRIu64 |
Definition at line 878 of file inttypes.h.
| #define PRIxFAST16 "x" |
Definition at line 763 of file inttypes.h.
| #define PRIXFAST16 "X" |
Definition at line 771 of file inttypes.h.
| #define PRIxFAST32 "x" |
Definition at line 811 of file inttypes.h.
| #define PRIXFAST32 "X" |
Definition at line 819 of file inttypes.h.
| #define PRIxFAST8 "x" |
Definition at line 715 of file inttypes.h.
| #define PRIXFAST8 "X" |
Definition at line 723 of file inttypes.h.
| #define PRIxLEAST16 "x" |
Definition at line 619 of file inttypes.h.
| #define PRIXLEAST16 "X" |
Definition at line 623 of file inttypes.h.
| #define PRIxLEAST32 "x" |
Definition at line 643 of file inttypes.h.
| #define PRIXLEAST32 "X" |
Definition at line 647 of file inttypes.h.
| #define PRIxLEAST8 "x" |
Definition at line 595 of file inttypes.h.
| #define PRIXLEAST8 "X" |
Definition at line 599 of file inttypes.h.
| #define PRIxMAX PRIx64 |
Definition at line 886 of file inttypes.h.
| #define PRIXMAX PRIX64 |
Definition at line 894 of file inttypes.h.
| #define SCNdFAST16 "d" |
Definition at line 1218 of file inttypes.h.
| #define SCNdFAST32 "d" |
Definition at line 1266 of file inttypes.h.
| #define SCNdFAST8 "d" |
Definition at line 1160 of file inttypes.h.
| #define SCNdLEAST16 "hd" |
Definition at line 1088 of file inttypes.h.
| #define SCNdLEAST32 "d" |
Definition at line 1108 of file inttypes.h.
| #define SCNdLEAST8 "hhd" |
Definition at line 1068 of file inttypes.h.
| #define SCNdMAX SCNd64 |
Definition at line 1329 of file inttypes.h.
| #define SCNiFAST16 "i" |
Definition at line 1228 of file inttypes.h.
| #define SCNiFAST32 "i" |
Definition at line 1274 of file inttypes.h.
| #define SCNiFAST8 "i" |
Definition at line 1172 of file inttypes.h.
| #define SCNiLEAST16 "hi" |
Definition at line 1092 of file inttypes.h.
| #define SCNiLEAST32 "i" |
Definition at line 1112 of file inttypes.h.
| #define SCNiLEAST8 "hhi" |
Definition at line 1072 of file inttypes.h.
| #define SCNiMAX SCNi64 |
Definition at line 1337 of file inttypes.h.
| #define SCNoFAST16 "o" |
Definition at line 1238 of file inttypes.h.
| #define SCNoFAST32 "o" |
Definition at line 1282 of file inttypes.h.
| #define SCNoFAST8 "o" |
Definition at line 1184 of file inttypes.h.
| #define SCNoLEAST16 "ho" |
Definition at line 1096 of file inttypes.h.
| #define SCNoLEAST32 "o" |
Definition at line 1116 of file inttypes.h.
| #define SCNoLEAST8 "hho" |
Definition at line 1076 of file inttypes.h.
| #define SCNoMAX SCNo64 |
Definition at line 1345 of file inttypes.h.
| #define SCNuFAST16 "u" |
Definition at line 1248 of file inttypes.h.
| #define SCNuFAST32 "u" |
Definition at line 1290 of file inttypes.h.
| #define SCNuFAST8 "u" |
Definition at line 1196 of file inttypes.h.
| #define SCNuLEAST16 "hu" |
Definition at line 1100 of file inttypes.h.
| #define SCNuLEAST32 "u" |
Definition at line 1120 of file inttypes.h.
| #define SCNuLEAST8 "hhu" |
Definition at line 1080 of file inttypes.h.
| #define SCNuMAX SCNu64 |
Definition at line 1353 of file inttypes.h.
| #define SCNxFAST16 "x" |
Definition at line 1258 of file inttypes.h.
| #define SCNxFAST32 "x" |
Definition at line 1298 of file inttypes.h.
| #define SCNxFAST8 "x" |
Definition at line 1208 of file inttypes.h.
| #define SCNxLEAST16 "hx" |
Definition at line 1104 of file inttypes.h.
| #define SCNxLEAST32 "x" |
Definition at line 1124 of file inttypes.h.
| #define SCNxLEAST8 "hhx" |
Definition at line 1084 of file inttypes.h.
| #define SCNxMAX SCNx64 |
Definition at line 1361 of file inttypes.h.
1.8.14