Fields

name: [8]u8,
virtual_size: u32,
virtual_address: u32,
size_of_raw_data: u32,
pointer_to_raw_data: u32,
pointer_to_relocations: u32,
pointer_to_linenumbers: u32,
number_of_relocations: u16,
number_of_linenumbers: u16,

Functions

fn getAlignment(self: SectionHeader) ?u16

Applicable only to section headers in COFF objects.

fn getName(self: *const align(1) SectionHeader) ?[]const u8

No documentation provided.

fn getNameOffset(self: SectionHeader) ?u32

No documentation provided.

fn isCode(self: SectionHeader) bool

No documentation provided.

fn isComdat(self: SectionHeader) bool

No documentation provided.

fn setAlignment(self: *SectionHeader, new_alignment: u16) void

No documentation provided.