ObjectFileBSS Class ReferenceThe class ObjectFileBSS contains the description of the uninitialized data area of a program. More...
Inheritance diagram for ObjectFileBSS ![]() ![]()
Detailed DescriptionThe class ObjectFileBSS contains the description of the uninitialized data area of a program.In old Atari ST times this segment of the program was called the BSS segment (I'm not remembering what the shortcut stands for). ObjectFile -- CODE (1 per file, mandatory) \begin{verbatim} Offset Size Type Comment --------------------------------------------------------- 0 4 Byte fourcc 'BSS_' 4 4 Byte int32 size of the chunk 8 4 Byte int32 bss baseaddress 12 4 Byte int32 size of the bss area 16 x Byte byte subchunks (containing relocate infos) --------------------------------------------------------- \end{verbatim} Subchunk 'RLOC' \begin{verbatim} Offset Size Type Comment --------------------------------------------------------- 0 4 Byte fourcc 'RLOC' (ReLOCate) 4 4 Byte int32 size of the chunk 8 4 Byte int32 base address (1st address to patch) 12 4 Byte int32 number of patches 16 x Byte byte delta address offsets from base address in acending order of addresses --------------------------------------------------------- (string is always /0 terminated) \end{verbatim}
The documentation for this class was generated from the following file:
|
||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||