Struct object::read::coff::CoffComdat [−][src]
Expand description
A COMDAT section group of a CoffFile
.
Trait Implementations
type SectionIterator = CoffComdatSectionIterator<'data, 'file, R>
type SectionIterator = CoffComdatSectionIterator<'data, 'file, R>
An iterator over the sections in the object file.
Returns the COMDAT selection kind.
Returns the index of the symbol used for the name of COMDAT section group.
Get the sections in this section group.