Struct object::read::elf::ElfComdat [−][src]
pub struct ElfComdat<'data, 'file, Elf, R = &'data [u8]> where
Elf: FileHeader,
R: ReadRef<'data>, { /* fields omitted */ }
Expand description
A COMDAT section group of an ElfFile
.
Trait Implementations
impl<'data, 'file, Elf, R> ObjectComdat<'data> for ElfComdat<'data, 'file, Elf, R> where
Elf: FileHeader,
R: ReadRef<'data>,
impl<'data, 'file, Elf, R> ObjectComdat<'data> for ElfComdat<'data, 'file, Elf, R> where
Elf: FileHeader,
R: ReadRef<'data>,
type SectionIterator = ElfComdatSectionIterator<'data, 'file, Elf, R>
type SectionIterator = ElfComdatSectionIterator<'data, 'file, Elf, 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.