| AddSupplementaryOutputFormat(std::string subformat) | Linker::OutputFormat | virtual |
| AlignCurrentAddress(offset_t align) | Linker::SegmentManager | |
| AppendSection(std::shared_ptr< Section > section) | Linker::SegmentManager | |
| AppendSegment(std::string name) | Linker::SegmentManager | |
| AsImage() const | Linker::Image | virtual |
| AsImage() | Linker::Image | |
| CalculateValues() override | DOS16M::BWFormat | virtual |
| CheckPredicate(std::unique_ptr< Script::Node > &predicate, std::shared_ptr< Section > section, Module &module) (defined in Linker::SegmentManager) | Linker::SegmentManager | |
| Clear() | Linker::Format | virtual |
| ClearSegmentManager() (defined in Linker::SegmentManager) | Linker::SegmentManager | |
| cs (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| current_address | Linker::SegmentManager | protected |
| current_base | Linker::SegmentManager | |
| current_is_template (defined in Linker::SegmentManager) | Linker::SegmentManager | protected |
| current_is_template_head (defined in Linker::SegmentManager) | Linker::SegmentManager | protected |
| current_segment | Linker::SegmentManager | |
| current_template_name (defined in Linker::SegmentManager) | Linker::SegmentManager | protected |
| debug_info_offset (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| default_data (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| default_memory_strategy (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| Dump(Dumper::Dumper &dump) const override | DOS16M::BWFormat | virtual |
| EvaluateExpression(std::unique_ptr< Script::Node > &expression, Module &module) (defined in Linker::SegmentManager) | Linker::SegmentManager | |
| EXP_FLAG_RELOCATABLE enum value (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| exp_flag_type enum name (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| exp_flags (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| exp_name (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| ext_reserve (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| FetchIntegerOption(std::map< std::string, std::string > &options, std::string name) | Linker::OutputFormat | |
| FetchOption(std::map< std::string, std::string > &options, std::string name) | Linker::OutputFormat | |
| FetchOption(std::map< std::string, std::string > &options, std::string name, std::string default_value) | Linker::OutputFormat | |
| FetchSegment(std::string name) | Linker::SegmentManager | |
| file_offset (defined in Linker::Format) | Linker::Format | |
| file_size (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| FinishCurrentSegment() | Linker::SegmentManager | |
| first_selector (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| Format(offset_t file_offset=0) (defined in Linker::Format) | Linker::Format | inline |
| FormatAdditionalSectionFlags(std::string section_name) const override (defined in DOS16M::BWFormat) | DOS16M::BWFormat | virtual |
| FormatIs16bit() const override | DOS16M::BWFormat | virtual |
| FormatIsLinear() const | Linker::OutputFormat | virtual |
| FormatIsProtectedMode() const override | DOS16M::BWFormat | virtual |
| FormatSupportsLibraries() const | Linker::OutputFormat | virtual |
| FormatSupportsResources() const | Linker::OutputFormat | virtual |
| FormatSupportsSegmentation() const override | DOS16M::BWFormat | virtual |
| GenerateFile(std::string filename, Module &module) | Linker::OutputFormat | virtual |
| GetCurrentAddress() const | Linker::SegmentManager | |
| GetDefaultDataIndex() (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| GetDefaultExtension(Linker::Module &module, std::string filename) const override | DOS16M::BWFormat | virtual |
| Linker::SegmentManager::GetDefaultExtension(Module &module) const | Linker::OutputFormat | virtual |
| GetLinkerScriptParameterNames() | Linker::OutputFormat | virtual |
| GetMemoryModelNames() | Linker::OutputFormat | virtual |
| GetOptions() override | DOS16M::BWFormat | virtual |
| GetScript(Linker::Module &module) (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| GetSpecialSymbolNames() | Linker::OutputFormat | virtual |
| ImageSize() const override | DOS16M::BWFormat | virtual |
| ip (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| Link(Linker::Module &module) (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| linker_parameters | Linker::SegmentManager | |
| linker_script | Linker::SegmentManager | |
| max_extra (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| MeasureRelocations() const (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| min_extra (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| next_header_offset (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| OnNewSegment(std::shared_ptr< Linker::Segment > segment) override (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| Linker::SegmentManager::OnNewSegment(std::shared_ptr< Segment > segment) | Linker::SegmentManager | virtual |
| option_force_relocations (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| option_relocations (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| OPTION_RELOCATIONS enum value (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| option_type enum name (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| options (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| PostProcessAction(std::unique_ptr< Script::Node > &action, Module &module) (defined in Linker::SegmentManager) | Linker::SegmentManager | |
| private_xm (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| ProcessAction(std::unique_ptr< Script::Node > &action, Module &module) (defined in Linker::SegmentManager) | Linker::SegmentManager | |
| ProcessCommand(std::unique_ptr< Script::Node > &command, Module &module) (defined in Linker::SegmentManager) | Linker::SegmentManager | |
| ProcessModule(Linker::Module &module) override | DOS16M::BWFormat | virtual |
| ProcessScript(std::unique_ptr< Script::List > &directives, Module &module) | Linker::SegmentManager | |
| program_size (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| ReadFile(Linker::Reader &rd) override | DOS16M::BWFormat | virtual |
| relocations (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| relocations_type enum name | DOS16M::BWFormat | |
| RelocationsNone enum value (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| RelocationsType1 enum value (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| RelocationsType2 enum value (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| relocsel (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| runtime_gdt_length (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| segment_indices (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| segment_map | Linker::SegmentManager | |
| segment_vector | Linker::SegmentManager | |
| segments (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| SetCurrentAddress(offset_t address) | Linker::SegmentManager | |
| SetLatestBase(offset_t address) | Linker::SegmentManager | |
| SetLinkScript(std::string script_file, std::map< std::string, std::string > &options) override | Linker::SegmentManager | virtual |
| SetModel(std::string model) | Linker::OutputFormat | virtual |
| SetOptions(std::map< std::string, std::string > &options) override | DOS16M::BWFormat | virtual |
| sp (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| ss (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| stub (defined in DOS16M::BWFormat) | DOS16M::BWFormat | mutable |
| template_counter (defined in Linker::SegmentManager) | Linker::SegmentManager | protected |
| transfer_buffer_size (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| transparent_stack (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| version (defined in DOS16M::BWFormat) | DOS16M::BWFormat | |
| WriteFile(Linker::Writer &wr) const override | DOS16M::BWFormat | virtual |
| Linker::SegmentManager::WriteFile(Writer &wr, offset_t count, offset_t offset=0) const override | Linker::Format | virtual |
| ~Format()=default (defined in Linker::Format) | Linker::Format | virtual |
| ~Image()=default (defined in Linker::Image) | Linker::Image | virtual |