Module object::write [−][src]
Expand description
Interface for writing object files.
Structs
| Comdat | A COMDAT section group. |
| ComdatId | An identifier used to reference a COMDAT section group. |
| Error | The error type used within the write module. |
| Object | A writable object file. |
| Relocation | A relocation in an object file. |
| Section | A section in an object file. |
| SectionId | An identifier used to reference a section. |
| Symbol | A symbol in an object file. |
| SymbolId | An identifier used to reference a symbol. |
Enums
| Mangling | The symbol name mangling scheme. |
| StandardSection | A standard section kind. |
| StandardSegment | A standard segment kind. |
| SymbolSection | The section where a symbol is defined. |
Type Definitions
| Result | The result type used within the write module. |