RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a currently unallocated variable that should be allocated in the final stages of the linking process. More...
#include <symbol.h>
Public Member Functions | |
CommonSymbol (std::string name="", offset_t size=0, offset_t align=1) | |
Public Attributes | |
std::string | name |
offset_t | size |
offset_t | align |
Represents a currently unallocated variable that should be allocated in the final stages of the linking process.