Trait object::read::ObjectComdat [−][src]
A COMDAT section group defined in an object file.
Associated Types
type SectionIterator: Iterator<Item = SectionIndex>
[src][−]
An iterator over the sections in the object file.
Required methods
fn kind(&self) -> ComdatKind
[src][−]
Returns the COMDAT selection kind.
fn symbol(&self) -> SymbolIndex
[src][−]
Returns the index of the symbol used for the name of COMDAT section group.
fn name(&self) -> Result<&str>
[src][−]
Returns the name of the COMDAT section group.
fn sections(&self) -> Self::SectionIterator
[src][−]
Get the sections in this section group.