IDA SDK
|
bits 0..5: base type
bits 6..7: const & volatile bits
bit 8: 'is_typeref' bit
bits 9..31: type detail idx
Variables | |
const int | FIRST_NONTRIVIAL_TYPID = 0x100 |
Denotes the first bit describing a nontrivial type. | |
const int | TYPID_ISREF = 0x100 |
Identifies that a type that is a typeref. | |
const int | TYPID_SHIFT = 9 |
First type detail bit. | |