pub type ElfSection32<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSection<'data, 'file, FileHeader32<Endian>, R>;
Expand description
A section of an ElfFile32
.
pub type ElfSection32<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSection<'data, 'file, FileHeader32<Endian>, R>;
A section of an ElfFile32
.