Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
VALUE | src |
long | offset |
st_table * | symbols |
st_table * | data |
VALUE | proc |
st_table * | compat_tbl |
int | infection |
st_table* load_arg::compat_tbl |
Definition at line 961 of file marshal.c.
Referenced by clear_load_arg(), mark_load_arg(), marshal_load(), obj_alloc_by_path(), r_entry0(), and r_leave().
st_table* load_arg::data |
Definition at line 959 of file marshal.c.
Referenced by clear_load_arg(), mark_load_arg(), marshal_load(), r_entry0(), r_object0(), and r_prepare().
int load_arg::infection |
Definition at line 962 of file marshal.c.
Referenced by marshal_load(), r_bytes0(), and r_entry0().
long load_arg::offset |
Definition at line 957 of file marshal.c.
Referenced by marshal_load(), r_byte(), and r_bytes0().
VALUE load_arg::proc |
Definition at line 960 of file marshal.c.
Referenced by marshal_load(), r_leave(), and r_object0().
VALUE load_arg::src |
Definition at line 956 of file marshal.c.
Referenced by marshal_load(), r_byte(), and r_bytes0().
st_table* load_arg::symbols |
Definition at line 958 of file marshal.c.
Referenced by check_load_arg(), clear_load_arg(), mark_load_arg(), marshal_load(), r_symlink(), and r_symreal().