section: u16COFF Section index, 1-based
padding1: [2]u8offset: u32size: u32characteristics: u32module_index: u16padding2: [2]u8data_crc: u32reloc_crc: u32pub const SectionContribEntry = extern struct {
/// COFF Section index, 1-based
section: u16,
padding1: [2]u8,
offset: u32,
size: u32,
characteristics: u32,
module_index: u16,
padding2: [2]u8,
data_crc: u32,
reloc_crc: u32,
}