object::read::elf

Type Alias ElfSectionIterator64

Source
pub type ElfSectionIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionIterator<'data, 'file, FileHeader64<Endian>, R>;
Expand description

An iterator over the sections of an ElfFile64.

Aliased Typeยง

struct ElfSectionIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }