Module object::read::coff [−][src]
Support for reading Windows COFF files.
Provides CoffFile
and related types which implement the Object
trait.
Structs
CoffComdat | A COMDAT section group of a |
CoffComdatIterator | An iterator over the COMDAT section groups of a |
CoffComdatSectionIterator | An iterator over the sections in a COMDAT section group of a |
CoffFile | A COFF object file. |
CoffRelocationIterator | An iterator over the relocations in a |
CoffSection | A section of a |
CoffSectionIterator | An iterator over the sections of a |
CoffSegment | A loadable section of a |
CoffSegmentIterator | An iterator over the loadable sections of a |
CoffSymbol | A symbol of a |
CoffSymbolIterator | An iterator over the symbols of a |
CoffSymbolTable | A symbol table of a |
SectionTable | The table of section headers in a COFF or PE file. |
SymbolTable | A table of symbol entries in a COFF or PE file. |