Rizin
unix-like reverse engineering framework and cli tools
|
#include <tpi.h>
Public Attributes | |
ut32 | return_type |
ut32 | class_type |
ut32 | this_type |
RzPdbTpiCallingConvention | call_conv |
TpiCVFuncattr | func_attr |
ut16 | parm_count |
ut32 | arglist |
st32 | this_adjust |
ut8 | pad |
ut32 Tpi_LF_MFcuntion::arglist |
Definition at line 325 of file tpi.h.
Referenced by parse_type_mfunction().
RzPdbTpiCallingConvention Tpi_LF_MFcuntion::call_conv |
Definition at line 322 of file tpi.h.
Referenced by parse_type_mfunction().
ut32 Tpi_LF_MFcuntion::class_type |
Definition at line 320 of file tpi.h.
Referenced by parse_type_mfunction().
TpiCVFuncattr Tpi_LF_MFcuntion::func_attr |
Definition at line 323 of file tpi.h.
Referenced by parse_type_mfunction().
ut16 Tpi_LF_MFcuntion::parm_count |
Definition at line 324 of file tpi.h.
Referenced by parse_type_mfunction().
ut32 Tpi_LF_MFcuntion::return_type |
Definition at line 319 of file tpi.h.
Referenced by parse_type_mfunction().
st32 Tpi_LF_MFcuntion::this_adjust |
Definition at line 326 of file tpi.h.
Referenced by parse_type_mfunction().
ut32 Tpi_LF_MFcuntion::this_type |
Definition at line 321 of file tpi.h.
Referenced by parse_type_mfunction().