|
IDA C++ SDK 9.2
|
References are represented in the following form: More...
Variables | |
| const reftype_t | V695_REF_OFF8 = 0 |
| reserved | |
| const reftype_t | REF_OFF16 = 1 |
| 16-bit full offset | |
| const reftype_t | REF_OFF32 = 2 |
| 32-bit full offset | |
| const reftype_t | REF_LOW8 = 3 |
| low 8 bits of 16-bit offset | |
| const reftype_t | REF_LOW16 = 4 |
| low 16 bits of 32-bit offset | |
| const reftype_t | REF_HIGH8 = 5 |
| high 8 bits of 16-bit offset | |
| const reftype_t | REF_HIGH16 = 6 |
| high 16 bits of 32-bit offset | |
| const reftype_t | V695_REF_VHIGH = 7 |
| obsolete | |
| const reftype_t | V695_REF_VLOW = 8 |
| obsolete | |
| const reftype_t | REF_OFF64 = 9 |
| 64-bit full offset | |
| const reftype_t | REF_OFF8 = 10 |
| 8-bit full offset | |
| const reftype_t | REF_LOW32 = 11 |
| low 32 bits of 64-bit offset | |
| const reftype_t | REF_HIGH32 = 12 |
| high 32 bits of 64-bit offset | |
| const reftype_t | REF_LAST = REF_HIGH32 |
References are represented in the following form:
\verbatim target + tdelta - base \endverbatim
If the target is not present, then it will be calculated using
\verbatim target = operand_value - tdelta + base \endverbatim
The target must be present for LOW and HIGH reference types
| const reftype_t V695_REF_OFF8 = 0 |
reserved
| const reftype_t REF_OFF16 = 1 |
16-bit full offset
| const reftype_t REF_OFF32 = 2 |
32-bit full offset
| const reftype_t REF_LOW8 = 3 |
low 8 bits of 16-bit offset
| const reftype_t REF_LOW16 = 4 |
low 16 bits of 32-bit offset
| const reftype_t REF_HIGH8 = 5 |
high 8 bits of 16-bit offset
| const reftype_t REF_HIGH16 = 6 |
high 16 bits of 32-bit offset
| const reftype_t V695_REF_VHIGH = 7 |
obsolete
| const reftype_t V695_REF_VLOW = 8 |
obsolete
| const reftype_t REF_OFF64 = 9 |
64-bit full offset
| const reftype_t REF_OFF8 = 10 |
8-bit full offset
| const reftype_t REF_LOW32 = 11 |
low 32 bits of 64-bit offset
| const reftype_t REF_HIGH32 = 12 |
high 32 bits of 64-bit offset
| const reftype_t REF_LAST = REF_HIGH32 |