x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
x_image_t Struct Reference

Everything a rebuild pass reads. More...

Data Fields

const x_int_tw
 
x_int_t ostart
 
x_int_t n
 
x_obj_t ** ix
 
x_obj_tp_ext
 
x_int_t nextern
 
char * blob
 

Detailed Description

Everything a rebuild pass reads.

Field Documentation

◆ blob

char* x_image_t::blob

The bytes section.

◆ ix

x_obj_t** x_image_t::ix

Index: entry i is object i.

◆ n

x_int_t x_image_t::n

Object count; objects are 1..n.

◆ nextern

x_int_t x_image_t::nextern

One past the last external; at or beyond is the sentinel.

◆ ostart

x_int_t x_image_t::ostart

Word position of the first record.

◆ p_ext

x_obj_t* x_image_t::p_ext

Externals vector: an object or an INT per entry.

◆ w

const x_int_t* x_image_t::w

The image, as words.


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