|
|
Linker::Option< std::string > | stub {"stub", "Filename for stub that gets prepended to executable (DJGPP only)"} |
| |
|
Linker::Option< Linker::ItemOf< UnixVersionEnumeration > > | unix_v {"version", "Targeted UNIX version (UNIX only)"} |
| |
|
Linker::Option< Linker::ItemOf< MagicEnumeration > > | type {"type", "Executable type"} |
| |
|
Linker::Option< std::optional< offset_t > > | magic {"magic", "Explicit magic type specification"} |
| |
|
Linker::Option< bool > | Nflag {"N", "Impure executable (OMAGIC)"} |
| |
|
Linker::Option< bool > | nflag {"n", "Pure executable (NMAGIC)"} |
| |
|
Linker::Option< bool > | iflag {"i", "Generate separated executable (IMAGIC, PDP-11 only)"} |
| |
|
Linker::Option< bool > | zflag {"z", "Demand paged executable (ZMAGIC, identical to -i for PDP-11)"} |
| |
|
Linker::Option< bool > | Oflag {"O", "Generate text overlay"} |
| |
|
std::vector< Option< void > * > | option_list |
| |
|
|
void | ConsiderOptions (std::map< std::string, std::string > &option_map) |
| |
|
void | InitializeFields () |
| |
|
template<typename ... Args> |
| void | InitializeFields (Option< void > &option, Args &... args) |
| |
The documentation for this class was generated from the following file: