Ruby
2.4.2p198(2017-09-14revision59899)
|
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 |
unsigned int ibf_header::extra_size |
Definition at line 7168 of file compile.c.
Referenced by iseq_ibf_dump(), and iseq_ibf_load_extra_data().
ibf_offset_t ibf_header::id_list_offset |
Definition at line 7175 of file compile.c.
Referenced by ibf_dump_id_list(), and ibf_load_id().
unsigned int ibf_header::id_list_size |
Definition at line 7171 of file compile.c.
Referenced by ibf_dump_id_list(), and ibf_load_setup().
ibf_offset_t ibf_header::iseq_list_offset |
Definition at line 7174 of file compile.c.
Referenced by ibf_dump_iseq_list(), and ibf_iseq_list().
unsigned int ibf_header::iseq_list_size |
Definition at line 7170 of file compile.c.
Referenced by ibf_dump_iseq_list().
char ibf_header::magic[4] |
Definition at line 7164 of file compile.c.
Referenced by ibf_load_setup(), and iseq_ibf_dump().
unsigned int ibf_header::major_version |
Definition at line 7165 of file compile.c.
Referenced by ibf_load_setup(), and iseq_ibf_dump().
unsigned int ibf_header::minor_version |
Definition at line 7166 of file compile.c.
Referenced by ibf_load_setup(), and iseq_ibf_dump().
ibf_offset_t ibf_header::object_list_offset |
Definition at line 7176 of file compile.c.
Referenced by ibf_dump_object_list(), and ibf_load_object().
unsigned int ibf_header::object_list_size |
Definition at line 7172 of file compile.c.
Referenced by ibf_dump_object_list(), and ibf_load_object().
unsigned int ibf_header::size |
Definition at line 7167 of file compile.c.
Referenced by ibf_load_setup(), iseq_ibf_dump(), and iseq_ibf_load_extra_data().