|
IDA SDK
|
used by funcarg_t::flags
Macros | |
| #define | FAI_HIDDEN 0x0001 |
| hidden argument | |
| #define | FAI_RETPTR 0x0002 |
| pointer to return value. implies hidden | |
| #define | FAI_STRUCT 0x0004 |
| was initially a structure | |
| #define | FAI_ARRAY 0x0008 |
| was initially an array More... | |
| #define | TA_ORG_TYPEDEF "__org_typedef" |
| the original typedef name (simple string) | |
| #define | TA_ORG_ARRDIM "__org_arrdim" |
| the original array dimension (append_dd) | |
| #define FAI_ARRAY 0x0008 |
was initially an array
see "__org_typedef" or "__org_arrdim" type attributes to determine the original type
1.8.9.1