Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Argument location types

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)
 

Detailed Description