The program control structure.
More...
#include <program.h>
Detailed Description
The program control structure.
Definition at line 52 of file program.h.
Member Data Documentation
origin of bss segment (imm. after data)
Definition at line 55 of file program.h.
bss segment size in bytes
Definition at line 60 of file program.h.
origin of data segment (imm. after text)
Definition at line 54 of file program.h.
void* program_t::data_orig |
origin of backup copy of data segment
Definition at line 56 of file program.h.
data segment size in bytes
Definition at line 59 of file program.h.
number of bytes downloaded so far.
Definition at line 65 of file program.h.
priority to run this program at
Definition at line 63 of file program.h.
stack segment size in bytes
Definition at line 61 of file program.h.
offset from text segment to start into.
Definition at line 62 of file program.h.
origin of text segment
Definition at line 53 of file program.h.
text segment size in bytes
Definition at line 58 of file program.h.
The documentation for this struct was generated from the following file: