Go to the source code of this file.
Data Structures | |
| struct | maps_entries |
Defines | |
| #define | _Types_h_ |
| #define | I64_C(x) INT64_C(x) |
| #define | UI64_C(x) UINT64_C(x) |
| #define | I64_MAX INT64_MAX |
| #define | UI64_MAX UINT64_MAX |
| #define | I64_MIN INT64_MIN |
| #define | I32_MAX INT32_MAX |
| #define | I32_MIN INT32_MIN |
| #define | UI32_MAX UINT32_MAX |
| #define | ADDR_NULL (0) |
| #define | PREMS_PRIVATE (1 << 4) |
| #define | PREMS_SHARED (1 << 3) |
| #define | PREMS_READ (1 << 2) |
| #define | PREMS_WRITE (1 << 1) |
| #define | PREMS_EXEC (1 << 0) |
| #define | MAPENTRIES_PATH_SIZE 512 |
| #define | MAPENTRIES_PATH_SIZE_STR "512" |
Typedefs | |
| typedef unsigned long | Address |
| typedef unsigned int | Word |
| typedef long int | RegValue |
| typedef unsigned int | Register |
| typedef struct maps_entries | map_entries |
Variables | |
| static const Register | Null_Register = (Register)(-1) |
| static const Register | REG_NULL = (Register)(-1) |
| #define I32_MIN INT32_MIN |
Definition at line 224 of file Types.h.
Referenced by NS_x86::is_disp32().
| #define I64_C | ( | x | ) | INT64_C(x) |
Definition at line 186 of file Types.h.
Referenced by timeUnit::dayHelp(), getFrSpec(), timeUnit::hourHelp(), timeUnit::minHelp(), and operator<<().
| #define I64_MAX INT64_MAX |
Definition at line 220 of file Types.h.
Referenced by fraction::calcOverflowPts(), timeParent::getRolloverTime(), lcd(), fraction::multReturnInt64(), operator*(), relTimeStamp::relTimeStamp(), timeLength::timeLength(), and timeStamp::timeStamp().
| #define MAPENTRIES_PATH_SIZE_STR "512" |
Definition at line 263 of file Types.h.
Referenced by getLinuxMaps(), and getVMMaps().
| #define PREMS_EXEC (1 << 0) |
Definition at line 260 of file Types.h.
Referenced by getLinuxMaps(), and getVMMaps().
| #define PREMS_PRIVATE (1 << 4) |
Definition at line 256 of file Types.h.
Referenced by couldBeVsyscallPage(), getLinuxMaps(), and getVMMaps().
| #define PREMS_READ (1 << 2) |
Definition at line 258 of file Types.h.
Referenced by getLinuxMaps(), and getVMMaps().
| #define PREMS_WRITE (1 << 1) |
Definition at line 259 of file Types.h.
Referenced by getLinuxMaps(), and getVMMaps().
| #define UI32_MAX UINT32_MAX |
Definition at line 225 of file Types.h.
Referenced by NS_x86::is_addr32().
| typedef struct maps_entries map_entries |
const Register Null_Register = (Register)(-1) [static] |
1.6.1