const SectionFlags = packed struct
const SectionFlags = packed struct { alloc: bool = false, contents: bool = false, load: bool = false, noload: bool = false, readonly: bool = false, code: bool = false, data: bool = false, rom: bool = false, exclude: bool = false, shared: bool = false, debug: bool = false, large: bool = false, merge: bool = false, strings: bool = false, }