miasm
Reverse engineering framework
|
#include "int_endianness.h"
Go to the source code of this file.
Classes | |
union | dwords |
union | udwords |
union | float_bits |
union | double_bits |
struct | uqwords |
union | long_double_bits |
struct | Fcomplex |
struct | Dcomplex |
struct | Lcomplex |
Macros | |
#define | HAS_80_BIT_LONG_DOUBLE 0 |
#define | COMPLEX_REAL(x) (x).real |
#define | COMPLEX_IMAGINARY(x) (x).imaginary |
Typedefs | |
typedef int | si_int |
typedef unsigned | su_int |
typedef long long | di_int |
typedef unsigned long long | du_int |
#define COMPLEX_IMAGINARY | ( | x | ) | (x).imaginary |
#define COMPLEX_REAL | ( | x | ) | (x).real |
#define HAS_80_BIT_LONG_DOUBLE 0 |
typedef long long di_int |
typedef unsigned long long du_int |
typedef int si_int |
typedef unsigned su_int |