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

#include <dis.h>

Public Attributes

struct instruction d_inst
 
int d_operand
 
int d_prefix
 
unsigned int d_off
 
char d_asm [128]
 
struct directived_next
 

Detailed Description

Definition at line 26 of file dis.h.

Member Data Documentation

◆ d_asm

char directive::d_asm[128]

Definition at line 31 of file dis.h.

◆ d_inst

struct instruction directive::d_inst

Definition at line 16 of file dis.h.

◆ d_next

struct directive* directive::d_next

Definition at line 32 of file dis.h.

◆ d_off

unsigned int directive::d_off

Definition at line 30 of file dis.h.

◆ d_operand

int directive::d_operand

Definition at line 28 of file dis.h.

◆ d_prefix

int directive::d_prefix

Definition at line 29 of file dis.h.


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