[−][src]Type Definition object::read::elf::ElfSection32
type ElfSection32<'data, 'file, Endian = Endianness> = ElfSection<'data, 'file, FileHeader32<Endian>>;
A section of an ElfFile32
.
type ElfSection32<'data, 'file, Endian = Endianness> = ElfSection<'data, 'file, FileHeader32<Endian>>;
A section of an ElfFile32
.