Rizin
unix-like reverse engineering framework and cli tools
|
#include <wasm.h>
Public Attributes | |
ut8 | form |
ut32 | param_count |
rz_bin_wasm_value_type_t * | param_types |
st8 | return_count |
rz_bin_wasm_value_type_t | return_type |
char | to_str [RZ_BIN_WASM_STRING_LENGTH] |
ut8 rz_bin_wasm_type_t::form |
Definition at line 86 of file wasm.h.
Referenced by parse_type_entry().
ut32 rz_bin_wasm_type_t::param_count |
Definition at line 87 of file wasm.h.
Referenced by parse_type_entry().
rz_bin_wasm_value_type_t* rz_bin_wasm_type_t::param_types |
Definition at line 88 of file wasm.h.
Referenced by parse_type_entry(), and rz_bin_wasm_free_types().
st8 rz_bin_wasm_type_t::return_count |
Definition at line 89 of file wasm.h.
Referenced by parse_type_entry().
rz_bin_wasm_value_type_t rz_bin_wasm_type_t::return_type |
Definition at line 90 of file wasm.h.
Referenced by parse_type_entry().
char rz_bin_wasm_type_t::to_str[RZ_BIN_WASM_STRING_LENGTH] |