Deprecated, use std.elf.ElfN.Ehdr
std.elf.ElfN.Ehdr
pub const Ehdr = switch (@sizeOf(usize))
pub const Ehdr = switch (@sizeOf(usize)) { 4 => Elf32_Ehdr, 8 => Elf64_Ehdr, else => @compileError("expected pointer size of 32 or 64"), }