pub const Section = struct
pub const Section = struct { data: []const u8, /// If `data` is owned by this Dwarf. owned: bool, pub const Id = enum { debug_info, debug_abbrev, debug_str, debug_str_offsets, debug_line, debug_line_str, debug_ranges, debug_loclists, debug_rnglists, debug_addr, debug_names, }; }