|
IDA SDK
|
Variables | |
| const argloc_type_t | ALOC_NONE = 0 |
| none | |
| const argloc_type_t | ALOC_STACK = 1 |
| stack offset | |
| const argloc_type_t | ALOC_DIST = 2 |
| distributed (scattered) | |
| const argloc_type_t | ALOC_REG1 = 3 |
| one register (and offset within it) | |
| const argloc_type_t | ALOC_REG2 = 4 |
| register pair | |
| const argloc_type_t | ALOC_RREL = 5 |
| register relative | |
| const argloc_type_t | ALOC_STATIC = 6 |
| global address | |
| const argloc_type_t | ALOC_CUSTOM = 7 |
| custom argloc (7 or higher) | |