Rizin
unix-like reverse engineering framework and cli tools
rz_bin_wasm_type_t Struct Reference

#include <wasm.h>

Public Attributes

ut8 form
 
ut32 param_count
 
rz_bin_wasm_value_type_tparam_types
 
st8 return_count
 
rz_bin_wasm_value_type_t return_type
 
char to_str [RZ_BIN_WASM_STRING_LENGTH]
 

Detailed Description

Definition at line 85 of file wasm.h.

Member Data Documentation

◆ form

ut8 rz_bin_wasm_type_t::form

Definition at line 86 of file wasm.h.

Referenced by parse_type_entry().

◆ param_count

ut32 rz_bin_wasm_type_t::param_count

Definition at line 87 of file wasm.h.

Referenced by parse_type_entry().

◆ param_types

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().

◆ return_count

st8 rz_bin_wasm_type_t::return_count

Definition at line 89 of file wasm.h.

Referenced by parse_type_entry().

◆ return_type

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().

◆ to_str

char rz_bin_wasm_type_t::to_str[RZ_BIN_WASM_STRING_LENGTH]

Definition at line 91 of file wasm.h.


The documentation for this struct was generated from the following file: