Type Alias object::read::elf::ElfSectionRelocationIterator64

source ·
pub type ElfSectionRelocationIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionRelocationIterator<'data, 'file, FileHeader64<Endian>, R>;
Expand description

An iterator for the relocations for an ElfSection64.

Aliased Type§

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