IDA SDK
|
Variables | |
const cm_t | CM_MASK = 0x03 |
const cm_t | CM_UNKNOWN = 0x00 |
const cm_t | CM_N8_F16 = 0x01 |
1: near 1byte, far 2bytes | |
const cm_t | CM_N64 = 0x01 |
if sizeof(int)>2 then ptr size is 8bytes | |
const cm_t | CM_N16_F32 = 0x02 |
2: near 2bytes, far 4bytes | |
const cm_t | CM_N32_F48 = 0x03 |
4: near 4bytes, far 6bytes | |