Type Alias object::read::elf::ElfSection32
source · pub type ElfSection32<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSection<'data, 'file, FileHeader32<Endian>, R>;
Expand description
A section in an ElfFile32
.
Aliased Type§
struct ElfSection32<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }