RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Attributes | List of all members
MINIX::MINIXFormat::MINIXOptionCollector Class Reference
Inheritance diagram for MINIX::MINIXFormat::MINIXOptionCollector:
Linker::OptionCollector

Public Attributes

Linker::Option< std::optional< offset_t > > total_memory {"total_memory", "Total memory for executable, including stack and heap, only for version 0"}
 
Linker::Option< std::optional< offset_t > > stack_size {"stack_size", "Size of stack, only for version 1"}
 
Linker::Option< std::optional< offset_t > > heap_size {"heap_size", "Size of heap, only for version 1"}
 
- Public Attributes inherited from Linker::OptionCollector
std::vector< Option< void > * > option_list
 

Additional Inherited Members

- Public Member Functions inherited from Linker::OptionCollector
void ConsiderOptions (std::map< std::string, std::string > &option_map)
 
- Protected Member Functions inherited from Linker::OptionCollector
void InitializeFields ()
 
template<typename ... Args>
void InitializeFields (Option< void > &option, Args &... args)
 

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