const Section = struct
const Section = struct { data: std.ArrayList(u8) = .empty, relocations: std.ArrayList(Relocation) = .empty, flags: u64, type: u32, index: u16 = undefined, }