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

#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
 
}; 
 

Detailed Description

Definition at line 204 of file wasm.h.

Member Data Documentation

◆ 

union { ... }

◆ func

RzBinWasmCustomNameFunctionNames* rz_bin_wasm_custom_name_entry_t::func

◆ local

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

◆ mod_name

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

◆ payload_data

ut8 rz_bin_wasm_custom_name_entry_t::payload_data

Definition at line 208 of file wasm.h.

◆ size

ut32 rz_bin_wasm_custom_name_entry_t::size

Definition at line 206 of file wasm.h.

Referenced by parse_custom_name_entry().

◆ type


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