|
x-engine-c v0.2.13
The C engine for x-lang
|
Everything a rebuild pass reads. More...
Data Fields | |
| const x_int_t * | w |
| x_int_t | ostart |
| x_int_t | n |
| x_obj_t ** | ix |
| x_obj_t * | p_ext |
| x_int_t | nextern |
| char * | blob |
Everything a rebuild pass reads.
| char* x_image_t::blob |
The bytes section.
| x_obj_t** x_image_t::ix |
Index: entry i is object i.
| x_int_t x_image_t::n |
Object count; objects are 1..n.
| x_int_t x_image_t::nextern |
One past the last external; at or beyond is the sentinel.
| x_int_t x_image_t::ostart |
Word position of the first record.
| x_obj_t* x_image_t::p_ext |
Externals vector: an object or an INT per entry.
| const x_int_t* x_image_t::w |
The image, as words.