|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <wasm.h>
Public Attributes | |
| ut8 | type |
| ut32 | size |
| ut8 | payload_data |
| union { | |
| struct rz_bin_wasm_name_t * mod_name | |
| RzBinWasmCustomNameFunctionNames * func | |
| RzBinWasmCustomNameLocalNames * local | |
| }; | |
| union { ... } |
| RzBinWasmCustomNameFunctionNames* rz_bin_wasm_custom_name_entry_t::func |
Definition at line 211 of file wasm.h.
Referenced by parse_custom_name_entry(), rz_bin_wasm_destroy(), and rz_bin_wasm_get_function_name().
| RzBinWasmCustomNameLocalNames* rz_bin_wasm_custom_name_entry_t::local |
Definition at line 212 of file wasm.h.
Referenced by parse_custom_name_entry(), and rz_bin_wasm_destroy().
| struct rz_bin_wasm_name_t* rz_bin_wasm_custom_name_entry_t::mod_name |
Definition at line 210 of file wasm.h.
Referenced by parse_custom_name_entry(), and rz_bin_wasm_destroy().
| ut32 rz_bin_wasm_custom_name_entry_t::size |
Definition at line 206 of file wasm.h.
Referenced by parse_custom_name_entry().
| ut8 rz_bin_wasm_custom_name_entry_t::type |
Definition at line 205 of file wasm.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), parse_custom_name_entry(), rz_bin_wasm_destroy(), and rz_bin_wasm_get_function_name().