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