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

#include <arc.h>

Public Attributes

char * syntax
 
unsigned long mask
 
unsigned long value
 
int flags
 
struct arc_opcodenext_asm
 
struct arc_opcodenext_dis
 
unsigned long mask2
 
unsigned long value2
 

Detailed Description

Definition at line 64 of file arc.h.

Member Data Documentation

◆ flags

int arc_opcode::flags

Definition at line 67 of file arc.h.

Referenced by cmd_descs_generate.Arg::__str__(), and arc_opcode_supported().

◆ mask

unsigned long arc_opcode::mask

Definition at line 66 of file arc.h.

◆ mask2

unsigned long arc_opcode::mask2

Definition at line 186 of file arc.h.

◆ next_asm

struct arc_opcode* arc_opcode::next_asm

Definition at line 173 of file arc.h.

Referenced by arc_opcode_init_tables().

◆ next_dis

struct arc_opcode* arc_opcode::next_dis

Definition at line 174 of file arc.h.

Referenced by arc_opcode_init_tables().

◆ syntax

char* arc_opcode::syntax

Definition at line 65 of file arc.h.

◆ value

unsigned long arc_opcode::value

◆ value2

unsigned long arc_opcode::value2

Definition at line 186 of file arc.h.


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