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§
- AuxSymbol
Section - Native endian version of
pe::ImageAuxSymbolSection
. - File
Header - Shortened and native endian version of
pe::ImageFileHeader
. - Relocation
- Native endian version of
pe::ImageRelocation
. - Section
Header - Native endian version of
pe::ImageSectionHeader
. - Symbol
- Native endian version of
pe::ImageSymbol
. - Writer
- A helper for writing COFF files.
Enums§
- Coff
Export Style - Internal format to use for the
.drectve
section containing linker directives for symbol exports. - Name
- A section or symbol name.