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