Unicorn registers involved in calling convention.
More...
#include <arch_manager.hpp>
|
| REG | ret_reg |
| | Unicorn register handling the call return value.
|
| |
| std::vector< REG > | param_regs |
| | Unicorn registers handling the call parameters.
|
| |
Unicorn registers involved in calling convention.
◆ ABI_CALLING_CONVENTION()
| arion::ABI_CALLING_CONVENTION::ABI_CALLING_CONVENTION |
( |
REG |
ret_reg, |
|
|
std::vector< REG > |
param_regs |
|
) |
| |
|
inline |
◆ param_regs
| std::vector<REG> arion::ABI_CALLING_CONVENTION::param_regs |
Unicorn registers handling the call parameters.
◆ ret_reg
| REG arion::ABI_CALLING_CONVENTION::ret_reg |
Unicorn register handling the call return value.
The documentation for this struct was generated from the following file: