object::read::elf

Type Alias ElfSection64

Source
pub type ElfSection64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSection<'data, 'file, FileHeader64<Endian>, R>;
Expand description

A section of an ElfFile64.

Aliased Typeยง

struct ElfSection64<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }