|
GDBserver
|
#include <stdint.h>#include <limits.h>Go to the source code of this file.
Macros | |
| #define | INTTYPES_H |
| #define | _GL_CXXDEFS_H |
| #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 325 of file inttypes.h.
| #define _GL_CXXALIAS_RPL | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
Definition at line 159 of file inttypes.h.
| #define _GL_CXXALIAS_RPL_1 | ( | func, | |
| rpl_func, | |||
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 169 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 187 of file inttypes.h.
| #define _GL_CXXALIAS_SYS | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 212 of file inttypes.h.
| #define _GL_CXXALIAS_SYS_CAST | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 230 of file inttypes.h.
| #define _GL_CXXALIAS_SYS_CAST2 | ( | func, | |
| rettype, | |||
| parameters, | |||
| rettype2, | |||
| parameters2 | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 255 of file inttypes.h.
| #define _GL_CXXALIASWARN | ( | func | ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 283 of file inttypes.h.
| #define _GL_CXXALIASWARN1 | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
Definition at line 311 of file inttypes.h.
| #define _GL_CXXDEFS_H |
Definition at line 62 of file inttypes.h.
| #define _GL_EXTERN_C extern |
Definition at line 128 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 138 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 140 of file inttypes.h.
| #define _GL_FUNCDECL_SYS | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C rettype func parameters_and_attributes |
Definition at line 150 of file inttypes.h.
| #define _GL_WARN_EXTERN_C extern |
Definition at line 373 of file inttypes.h.
| #define _GL_WARN_ON_USE | ( | function, | |
| message | |||
| ) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
Definition at line 341 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 362 of file inttypes.h.
| #define _LONG_LONG_FORMAT_PREFIX "ll" |
Definition at line 384 of file inttypes.h.
| #define INTTYPES_H |
Definition at line 46 of file inttypes.h.
| #define PRIdFAST16 "d" |
Definition at line 692 of file inttypes.h.
| #define PRIdFAST32 "d" |
Definition at line 740 of file inttypes.h.
| #define PRIdFAST8 "d" |
Definition at line 644 of file inttypes.h.
| #define PRIdLEAST16 "d" |
Definition at line 564 of file inttypes.h.
| #define PRIdLEAST32 "d" |
Definition at line 588 of file inttypes.h.
| #define PRIdLEAST8 "d" |
Definition at line 540 of file inttypes.h.
| #define PRIdMAX PRId64 |
Definition at line 815 of file inttypes.h.
| #define PRIiFAST16 "i" |
Definition at line 700 of file inttypes.h.
| #define PRIiFAST32 "i" |
Definition at line 748 of file inttypes.h.
| #define PRIiFAST8 "i" |
Definition at line 652 of file inttypes.h.
| #define PRIiLEAST16 "i" |
Definition at line 568 of file inttypes.h.
| #define PRIiLEAST32 "i" |
Definition at line 592 of file inttypes.h.
| #define PRIiLEAST8 "i" |
Definition at line 544 of file inttypes.h.
| #define PRIiMAX PRIi64 |
Definition at line 823 of file inttypes.h.
| #define PRIoFAST16 "o" |
Definition at line 708 of file inttypes.h.
| #define PRIoFAST32 "o" |
Definition at line 756 of file inttypes.h.
| #define PRIoFAST8 "o" |
Definition at line 660 of file inttypes.h.
| #define PRIoLEAST16 "o" |
Definition at line 572 of file inttypes.h.
| #define PRIoLEAST32 "o" |
Definition at line 596 of file inttypes.h.
| #define PRIoLEAST8 "o" |
Definition at line 548 of file inttypes.h.
| #define PRIoMAX PRIo64 |
Definition at line 831 of file inttypes.h.
| #define PRIuFAST16 "u" |
Definition at line 716 of file inttypes.h.
| #define PRIuFAST32 "u" |
Definition at line 764 of file inttypes.h.
| #define PRIuFAST8 "u" |
Definition at line 668 of file inttypes.h.
| #define PRIuLEAST16 "u" |
Definition at line 576 of file inttypes.h.
| #define PRIuLEAST32 "u" |
Definition at line 600 of file inttypes.h.
| #define PRIuLEAST8 "u" |
Definition at line 552 of file inttypes.h.
| #define PRIuMAX PRIu64 |
Definition at line 839 of file inttypes.h.
| #define PRIxFAST16 "x" |
Definition at line 724 of file inttypes.h.
| #define PRIXFAST16 "X" |
Definition at line 732 of file inttypes.h.
| #define PRIxFAST32 "x" |
Definition at line 772 of file inttypes.h.
| #define PRIXFAST32 "X" |
Definition at line 780 of file inttypes.h.
| #define PRIxFAST8 "x" |
Definition at line 676 of file inttypes.h.
| #define PRIXFAST8 "X" |
Definition at line 684 of file inttypes.h.
| #define PRIxLEAST16 "x" |
Definition at line 580 of file inttypes.h.
| #define PRIXLEAST16 "X" |
Definition at line 584 of file inttypes.h.
| #define PRIxLEAST32 "x" |
Definition at line 604 of file inttypes.h.
| #define PRIXLEAST32 "X" |
Definition at line 608 of file inttypes.h.
| #define PRIxLEAST8 "x" |
Definition at line 556 of file inttypes.h.
| #define PRIXLEAST8 "X" |
Definition at line 560 of file inttypes.h.
| #define PRIxMAX PRIx64 |
Definition at line 847 of file inttypes.h.
| #define PRIXMAX PRIX64 |
Definition at line 855 of file inttypes.h.
| #define SCNdFAST16 "d" |
Definition at line 1179 of file inttypes.h.
| #define SCNdFAST32 "d" |
Definition at line 1227 of file inttypes.h.
| #define SCNdFAST8 "d" |
Definition at line 1121 of file inttypes.h.
| #define SCNdLEAST16 "hd" |
Definition at line 1049 of file inttypes.h.
| #define SCNdLEAST32 "d" |
Definition at line 1069 of file inttypes.h.
| #define SCNdLEAST8 "hhd" |
Definition at line 1029 of file inttypes.h.
| #define SCNdMAX SCNd64 |
Definition at line 1290 of file inttypes.h.
| #define SCNiFAST16 "i" |
Definition at line 1189 of file inttypes.h.
| #define SCNiFAST32 "i" |
Definition at line 1235 of file inttypes.h.
| #define SCNiFAST8 "i" |
Definition at line 1133 of file inttypes.h.
| #define SCNiLEAST16 "hi" |
Definition at line 1053 of file inttypes.h.
| #define SCNiLEAST32 "i" |
Definition at line 1073 of file inttypes.h.
| #define SCNiLEAST8 "hhi" |
Definition at line 1033 of file inttypes.h.
| #define SCNiMAX SCNi64 |
Definition at line 1298 of file inttypes.h.
| #define SCNoFAST16 "o" |
Definition at line 1199 of file inttypes.h.
| #define SCNoFAST32 "o" |
Definition at line 1243 of file inttypes.h.
| #define SCNoFAST8 "o" |
Definition at line 1145 of file inttypes.h.
| #define SCNoLEAST16 "ho" |
Definition at line 1057 of file inttypes.h.
| #define SCNoLEAST32 "o" |
Definition at line 1077 of file inttypes.h.
| #define SCNoLEAST8 "hho" |
Definition at line 1037 of file inttypes.h.
| #define SCNoMAX SCNo64 |
Definition at line 1306 of file inttypes.h.
| #define SCNuFAST16 "u" |
Definition at line 1209 of file inttypes.h.
| #define SCNuFAST32 "u" |
Definition at line 1251 of file inttypes.h.
| #define SCNuFAST8 "u" |
Definition at line 1157 of file inttypes.h.
| #define SCNuLEAST16 "hu" |
Definition at line 1061 of file inttypes.h.
| #define SCNuLEAST32 "u" |
Definition at line 1081 of file inttypes.h.
| #define SCNuLEAST8 "hhu" |
Definition at line 1041 of file inttypes.h.
| #define SCNuMAX SCNu64 |
Definition at line 1314 of file inttypes.h.
| #define SCNxFAST16 "x" |
Definition at line 1219 of file inttypes.h.
| #define SCNxFAST32 "x" |
Definition at line 1259 of file inttypes.h.
| #define SCNxFAST8 "x" |
Definition at line 1169 of file inttypes.h.
| #define SCNxLEAST16 "hx" |
Definition at line 1065 of file inttypes.h.
| #define SCNxLEAST32 "x" |
Definition at line 1085 of file inttypes.h.
| #define SCNxLEAST8 "hhx" |
Definition at line 1045 of file inttypes.h.
| #define SCNxMAX SCNx64 |
Definition at line 1322 of file inttypes.h.
1.8.10