extern struct VarSecInfo [src]
datasec kind is followed by multiple VarSecInfo to describe all Var kind
types it contains along with it's in-section offset as well as size.
Fields
typ: u32
offset: u32
size: u32
Source
pub const VarSecInfo = extern struct {
typ: u32,
offset: u32,
size: u32,
}