#include <iseq.h>
Data Fields | |
| struct iseq_compile_data_storage * | next |
| unsigned long | pos |
| unsigned long | size |
| char * | buff |
Definition at line 59 of file iseq.h.
Definition at line 63 of file iseq.h.
Referenced by compile_data_alloc(), and prepare_iseq_build().
Definition at line 60 of file iseq.h.
Referenced by compile_data_alloc(), compile_data_free(), iseq_memsize(), and prepare_iseq_build().
| unsigned long iseq_compile_data_storage::pos |
Definition at line 61 of file iseq.h.
Referenced by compile_data_alloc(), and prepare_iseq_build().
| unsigned long iseq_compile_data_storage::size |
Definition at line 62 of file iseq.h.
Referenced by compile_data_alloc(), iseq_memsize(), and prepare_iseq_build().
1.7.1