pub type ElfFile32<'data, Endian = Endianness> = ElfFile<'data, FileHeader32<Endian>>;
A 32-bit ELF object file.