Ruby 3.5.0dev (2025-04-25 revision 62a7f17157c5c67956d95a2582f8f256df13f9e2)
Data Fields
ibf_header Struct Reference

Data Fields

char magic [4]
 
uint32_t major_version
 
uint32_t minor_version
 
uint32_t size
 
uint32_t extra_size
 
uint32_t iseq_list_size
 
uint32_t global_object_list_size
 
ibf_offset_t iseq_list_offset
 
ibf_offset_t global_object_list_offset
 
uint8_t endian
 
uint8_t wordsize
 

Detailed Description

Definition at line 12406 of file compile.c.

Field Documentation

◆ endian

uint8_t ibf_header::endian

Definition at line 12417 of file compile.c.

◆ extra_size

uint32_t ibf_header::extra_size

Definition at line 12411 of file compile.c.

◆ global_object_list_offset

ibf_offset_t ibf_header::global_object_list_offset

Definition at line 12416 of file compile.c.

◆ global_object_list_size

uint32_t ibf_header::global_object_list_size

Definition at line 12414 of file compile.c.

◆ iseq_list_offset

ibf_offset_t ibf_header::iseq_list_offset

Definition at line 12415 of file compile.c.

◆ iseq_list_size

uint32_t ibf_header::iseq_list_size

Definition at line 12413 of file compile.c.

◆ magic

char ibf_header::magic[4]

Definition at line 12407 of file compile.c.

◆ major_version

uint32_t ibf_header::major_version

Definition at line 12408 of file compile.c.

◆ minor_version

uint32_t ibf_header::minor_version

Definition at line 12409 of file compile.c.

◆ size

uint32_t ibf_header::size

Definition at line 12410 of file compile.c.

◆ wordsize

uint8_t ibf_header::wordsize

Definition at line 12418 of file compile.c.


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