Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | PRId64 "lld" |
#define | PRIu64 "llu" |
#define | PRId32 "ld" |
#define | PRIu32 "lu" |
#define | LD PRId32 |
#define | LU PRIu32 |
#define | __egi32(a, n) |
#define | EndGetI64(a) (((unsigned long long int) __egi32(a,4) << 32) | __egi32(a,0)) |
#define | EndGetI32(a) __egi32(a,0) |
#define | EndGetI16(a) ((((a)[1])<<8)|((a)[0])) |
#define | EndGetM32(a) |
#define | EndGetM16(a) ((((a)[0])<<8)|((a)[1])) |
#define | D(x) |
#define EndGetM32 | ( | a | ) |