Expand description
Interface for writing object files.
Re-exports
pub use coff::CoffExportStyle;
Modules
- Support for writing COFF files.
- 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.
- The customizable portion of a
macho::BuildVersionCommand. - A writable relocatable object file.
- A relocation in an object file.
- A section in an object file.
- An identifier used to reference a section.
- A
WritableBufferthat streams data to aWriteimplementation. - An identifier for an entry in a string table.
- A symbol in an object file.
- An identifier used to reference a symbol.
Enums
- 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 Aliases
- The result type used within the write module.