pub type ElfSectionRelocationIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionRelocationIterator<'data, 'file, FileHeader32<Endian>, R>;
Expand description
An iterator over the relocations for an ElfSection32
.
pub type ElfSectionRelocationIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionRelocationIterator<'data, 'file, FileHeader32<Endian>, R>;
An iterator over the relocations for an ElfSection32
.