RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Linker::CommonSymbol Class Reference

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
 

Detailed Description

Represents a currently unallocated variable that should be allocated in the final stages of the linking process.


The documentation for this class was generated from the following file: