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

#include <bytecode.h>

Public Attributes

ut32 pc_default
 
ut32 low
 
ut32 high
 
ut32 length
 

Detailed Description

Definition at line 222 of file bytecode.h.

Member Data Documentation

◆ high

ut32 tableswitch_t::high

Definition at line 225 of file bytecode.h.

Referenced by decode_tableswitch().

◆ length

ut32 tableswitch_t::length

Definition at line 226 of file bytecode.h.

Referenced by decode_tableswitch().

◆ low

ut32 tableswitch_t::low

Definition at line 224 of file bytecode.h.

Referenced by decode_tableswitch().

◆ pc_default

ut32 tableswitch_t::pc_default

Definition at line 223 of file bytecode.h.

Referenced by bytecode_snprint(), and decode_tableswitch().


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