#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 |
Definition at line 6 of file srecload.h.
|
base address
Definition at line 7 of file srecload.h. Referenced by image_load(), lx_from_images(), and symbols_load(). |
|
Definition at line 10 of file srecload.h. Referenced by lx_from_images(), and symbols_load(). |
|
Definition at line 9 of file srecload.h. Referenced by image_load(), lx_from_images(), and symbols_load(). |
|
start offset from base address
Definition at line 11 of file srecload.h. Referenced by image_load(), lx_from_images(), and symbols_load(). |
|
text at base address
Definition at line 13 of file srecload.h. Referenced by image_load(), and lx_from_images(). |
|
length from base address
Definition at line 8 of file srecload.h. Referenced by image_load(), lx_from_images(), and symbols_load(). |