Expand description

Interface for writing object files.

Modules

Support for writing ELF files.

Helper for writing PE files.

Structs

A COMDAT section group.

An identifier used to reference a COMDAT section group.

The error type used within the write module.

A writable object file.

A relocation in an object file.

A section in an object file.

An identifier used to reference a section.

A WritableBuffer that streams data to a Write implementation.

An identifer for an entry in a string table.

A symbol in an object file.

An identifier used to reference a symbol.

Enums

Internal format to use for the .drectve section containing linker directives for symbol exports.

The symbol name mangling scheme.

A standard section kind.

A standard segment kind.

The section where a symbol is defined.

Traits

Trait for writable buffer.

Type Definitions

The result type used within the write module.