Loader_elf.Ehdrmodule ET : sig ... endtype t = private {ident : E_ident.t;kind : ET.t;machine : Machine.t;version : Loader_types.u32;entry : Loader_types.u64;phoff : Loader_types.u64;shoff : Loader_types.u64;flags : Loader_types.u32;ehsize : Loader_types.u16;phentsize : Loader_types.u16;phnum : Loader_types.u16;shentsize : Loader_types.u16;shnum : Loader_types.u16;shstrndx : Loader_types.u16;}include Sigs.PRINTABLE with type t := tval pp : Format.formatter -> t -> unit