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