pub const EmitRawElfOptions = struct
pub const EmitRawElfOptions = struct { ofmt: std.Target.ObjectFormat, only_section: ?[]const u8 = null, pad_to: ?u64 = null, add_section: ?AddSection = null, set_section_alignment: ?SetSectionAlignment = null, set_section_flags: ?SetSectionFlags = null, }