pub type ElfSegmentIterator32<'data, 'file, Endian = Endianness> = ElfSegmentIterator<'data, 'file, FileHeader32<Endian>>;
Expand description
An iterator over the segments of an ElfFile32
.
pub type ElfSegmentIterator32<'data, 'file, Endian = Endianness> = ElfSegmentIterator<'data, 'file, FileHeader32<Endian>>;
An iterator over the segments of an ElfFile32
.