Module coff

Source
Expand description

Support for writing COFF files.

Provides Writer for low level writing of COFF files. This is also used to provide COFF support for write::Object.

Structs§

AuxSymbolSection
Native endian version of pe::ImageAuxSymbolSection.
FileHeader
Shortened and native endian version of pe::ImageFileHeader.
Relocation
Native endian version of pe::ImageRelocation.
SectionHeader
Native endian version of pe::ImageSectionHeader.
Symbol
Native endian version of pe::ImageSymbol.
Writer
A helper for writing COFF files.

Enums§

CoffExportStyle
Internal format to use for the .drectve section containing linker directives for symbol exports.
Name
A section or symbol name.