|
IDA C++ SDK 9.2
|
Describes an argument location. More...
#include <typeinf.hpp>
Public Types | |
| typedef size_t | biggest_t |
Describes an argument location.
A typical argument is stored in one location, either a register or a stack slot.
However, some arguments can be stored in multiple locations, for example in a pair
of registers. In some really complex cases an argument can be located in multiple
registers and some stack slots. This class can describe all these cases.
| typedef size_t argloc_t::biggest_t |
| sval_t argloc_t::sval |
| uint32 argloc_t::reginfo |
| rrel_t* argloc_t::rrel |
| scattered_aloc_t* argloc_t::dist |
| void* argloc_t::custom |
| biggest_t argloc_t::biggest |