[][src]Module object::read::coff

Support for reading Windows COFF files.

Provides CoffFile and related types which implement the Object trait.

Structs

CoffComdat

A COMDAT section group of a CoffFile.

CoffComdatIterator

An iterator over the COMDAT section groups of a CoffFile.

CoffComdatSectionIterator

An iterator over the sections in a COMDAT section group of a CoffFile.

CoffFile

A COFF object file.

CoffRelocationIterator

An iterator over the relocations in a CoffSection.

CoffSection

A section of a CoffFile.

CoffSectionIterator

An iterator over the sections of a CoffFile.

CoffSegment

A loadable section of a CoffFile.

CoffSegmentIterator

An iterator over the loadable sections of a CoffFile.

CoffSymbol

A symbol of a CoffFile.

CoffSymbolIterator

An iterator over the symbols of a CoffFile.

CoffSymbolTable

A symbol table of a CoffFile.

SectionTable

The table of section headers in a COFF or PE file.

SymbolTable

A table of symbol entries in a COFF or PE file.