Public Types | Data Fields

iseq_link_element Struct Reference

Public Types

enum  { ISEQ_ELEMENT_NONE = INT2FIX(0x00), ISEQ_ELEMENT_LABEL = INT2FIX(0x01), ISEQ_ELEMENT_INSN = INT2FIX(0x02), ISEQ_ELEMENT_ADJUST = INT2FIX(0x03) }

Data Fields

enum iseq_link_element:: { ... }  type
struct iseq_link_elementnext
struct iseq_link_elementprev

Detailed Description

Definition at line 24 of file compile.c.


Member Enumeration Documentation

anonymous enum
Enumerator:
ISEQ_ELEMENT_NONE 
ISEQ_ELEMENT_LABEL 
ISEQ_ELEMENT_INSN 
ISEQ_ELEMENT_ADJUST 

Definition at line 25 of file compile.c.


Field Documentation


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