RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Classes | |
struct | Point |
Public Member Functions | |
offset_t | GetLength () override |
void | WriteFile (Linker::Writer &wr) override |
Stores data in memory to file. | |
void | ProcessModule (Linker::Module &module) override |
Public Member Functions inherited from Apple::AppleSingleDouble::Entry | |
void | ReadFile (Linker::Reader &rd) override |
Loads file into memory. | |
virtual void | CalculateValues () |
Public Member Functions inherited from Linker::Format | |
Format (offset_t file_offset=0) | |
virtual void | Clear () |
Resets all fields to their default values, deallocate memory. | |
virtual void | Dump (Dumper::Dumper &dump) |
Display file contents in a nice manner. | |
Public Attributes | |
char | Type [4] = { '?', '?', '?', '?' } |
char | Creator [4] = { '?', '?', '?', '?' } |
uint16_t | Flags = 0 |
Point | Location = { 0, 0 } |
Public Attributes inherited from Apple::AppleSingleDouble::Entry | |
const uint32_t | id |
Public Attributes inherited from Linker::Format | |
offset_t | file_offset |
Additional Inherited Members | |
Protected Member Functions inherited from Apple::AppleSingleDouble::Entry | |
Entry (uint32_t id) | |
|
overridevirtual |
Reimplemented from Apple::AppleSingleDouble::Entry.
|
overridevirtual |
Reimplemented from Apple::AppleSingleDouble::Entry.
|
overridevirtual |
Stores data in memory to file.
Reimplemented from Apple::AppleSingleDouble::Entry.