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

#include <dis.h>

Public Attributes

char l_name [128]
 
unsigned int l_off
 
struct directivel_refs [666]
 
int l_refc
 
struct labell_next
 
struct labelnext
 
struct labelprev
 
int value
 
int valid
 
int busy
 
struct referenceref
 
char name [1]
 

Detailed Description

Definition at line 35 of file dis.h.

Member Data Documentation

◆ busy

int label::busy

Definition at line 88 of file z80asm.h.

◆ l_name

char label::l_name[128]

Definition at line 36 of file dis.h.

◆ l_next

struct label* label::l_next

Definition at line 40 of file dis.h.

◆ l_off

unsigned int label::l_off

Definition at line 37 of file dis.h.

◆ l_refc

int label::l_refc

Definition at line 39 of file dis.h.

◆ l_refs

struct directive* label::l_refs[666]

Definition at line 38 of file dis.h.

◆ name

◆ next

struct label* label::next

Definition at line 85 of file z80asm.h.

Referenced by check_label().

◆ prev

struct label * label::prev

Definition at line 85 of file z80asm.h.

◆ ref

struct reference* label::ref

Definition at line 89 of file z80asm.h.

Referenced by check_label(), and compute_ref().

◆ valid

int label::valid

Definition at line 87 of file z80asm.h.

◆ value

int label::value

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