Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
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 global_object_list_size
 
ibf_offset_t iseq_list_offset
 
ibf_offset_t global_object_list_offset
 

Detailed Description

Definition at line 10636 of file compile.c.

Field Documentation

◆ extra_size

unsigned int ibf_header::extra_size

Definition at line 10641 of file compile.c.

◆ global_object_list_offset

ibf_offset_t ibf_header::global_object_list_offset

Definition at line 10646 of file compile.c.

◆ global_object_list_size

unsigned int ibf_header::global_object_list_size

Definition at line 10644 of file compile.c.

◆ iseq_list_offset

ibf_offset_t ibf_header::iseq_list_offset

Definition at line 10645 of file compile.c.

◆ iseq_list_size

unsigned int ibf_header::iseq_list_size

Definition at line 10643 of file compile.c.

◆ magic

char ibf_header::magic[4]

Definition at line 10637 of file compile.c.

◆ major_version

unsigned int ibf_header::major_version

Definition at line 10638 of file compile.c.

◆ minor_version

unsigned int ibf_header::minor_version

Definition at line 10639 of file compile.c.

◆ size

unsigned int ibf_header::size

Definition at line 10640 of file compile.c.


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