Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
ibf_header Struct Reference

Data Fields

char magic [4]
 
unsigned int major_version
 
unsigned int minor_version
 
unsigned int size
 
unsigned int extra_size
 
unsigned int iseq_list_size
 
unsigned int id_list_size
 
unsigned int object_list_size
 
ibf_offset_t iseq_list_offset
 
ibf_offset_t id_list_offset
 
ibf_offset_t object_list_offset
 

Detailed Description

Definition at line 7631 of file compile.c.

Field Documentation

◆ extra_size

unsigned int ibf_header::extra_size

Definition at line 7636 of file compile.c.

◆ id_list_offset

ibf_offset_t ibf_header::id_list_offset

Definition at line 7643 of file compile.c.

◆ id_list_size

unsigned int ibf_header::id_list_size

Definition at line 7639 of file compile.c.

◆ iseq_list_offset

ibf_offset_t ibf_header::iseq_list_offset

Definition at line 7642 of file compile.c.

◆ iseq_list_size

unsigned int ibf_header::iseq_list_size

Definition at line 7638 of file compile.c.

◆ magic

char ibf_header::magic[4]

Definition at line 7632 of file compile.c.

◆ major_version

unsigned int ibf_header::major_version

Definition at line 7633 of file compile.c.

◆ minor_version

unsigned int ibf_header::minor_version

Definition at line 7634 of file compile.c.

◆ object_list_offset

ibf_offset_t ibf_header::object_list_offset

Definition at line 7644 of file compile.c.

◆ object_list_size

unsigned int ibf_header::object_list_size

Definition at line 7640 of file compile.c.

◆ size

unsigned int ibf_header::size

Definition at line 7635 of file compile.c.


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