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

#include <z80asm.h>

Public Attributes

struct referencenext
 
struct referenceprev
 
enum reftype type
 
long oseekpos
 
long lseekpos
 
char delimiter
 
int addr
 
int line
 
int baseaddr
 
int comma
 
int count
 
int infile
 
int done
 
int computed_value
 
int level
 
struct includedirdir
 
char * file
 
char input [1]
 

Detailed Description

Definition at line 154 of file z80asm.h.

Member Data Documentation

◆ addr

int reference::addr

Definition at line 161 of file z80asm.h.

Referenced by compute_ref().

◆ baseaddr

int reference::baseaddr

Definition at line 162 of file z80asm.h.

Referenced by compute_ref().

◆ comma

int reference::comma

Definition at line 163 of file z80asm.h.

Referenced by compute_ref().

◆ computed_value

int reference::computed_value

Definition at line 167 of file z80asm.h.

Referenced by compute_ref().

◆ count

int reference::count

Definition at line 164 of file z80asm.h.

◆ delimiter

char reference::delimiter

Definition at line 160 of file z80asm.h.

Referenced by compute_ref().

◆ dir

struct includedir* reference::dir

Definition at line 169 of file z80asm.h.

◆ done

int reference::done

Definition at line 166 of file z80asm.h.

Referenced by check_label(), and compute_ref().

◆ file

char* reference::file

Definition at line 170 of file z80asm.h.

◆ infile

int reference::infile

Definition at line 165 of file z80asm.h.

Referenced by compute_ref().

◆ input

char reference::input[1]

Definition at line 171 of file z80asm.h.

Referenced by compute_ref().

◆ level

int reference::level

Definition at line 168 of file z80asm.h.

Referenced by compute_ref().

◆ line

int reference::line

Definition at line 161 of file z80asm.h.

◆ lseekpos

long reference::lseekpos

Definition at line 159 of file z80asm.h.

◆ next

struct reference* reference::next

Definition at line 156 of file z80asm.h.

◆ oseekpos

long reference::oseekpos

Definition at line 158 of file z80asm.h.

◆ prev

struct reference * reference::prev

Definition at line 156 of file z80asm.h.

◆ type


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