Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

image_t Struct Reference

wrapper for an s-record image More...

#include <srecload.h>


Data Fields

unsigned short base
 base address
unsigned short text_size
 length from base address
unsigned short data_size
unsigned short bss_size
unsigned short offset
 start offset from base address
unsigned char * text
 text at base address


Detailed Description

wrapper for an s-record image

Definition at line 6 of file srecload.h.


Field Documentation

unsigned short image_t::base
 

base address

Definition at line 7 of file srecload.h.

Referenced by image_load(), lx_from_images(), and symbols_load().

unsigned short image_t::bss_size
 

Definition at line 10 of file srecload.h.

Referenced by lx_from_images(), and symbols_load().

unsigned short image_t::data_size
 

Definition at line 9 of file srecload.h.

Referenced by image_load(), lx_from_images(), and symbols_load().

unsigned short image_t::offset
 

start offset from base address

Definition at line 11 of file srecload.h.

Referenced by image_load(), lx_from_images(), and symbols_load().

unsigned char* image_t::text
 

text at base address

Definition at line 13 of file srecload.h.

Referenced by image_load(), and lx_from_images().

unsigned short image_t::text_size
 

length from base address

Definition at line 8 of file srecload.h.

Referenced by image_load(), lx_from_images(), and symbols_load().


The documentation for this struct was generated from the following file:
Generated on Fri Feb 25 08:02:48 2005 for brickos by  doxygen 1.3.9.1