Constant object::xcoff::STYP_PAD

source ยท
pub const STYP_PAD: u16 = 0x08;
Expand description

Specifies a pad section. A section of this type is used to provide alignment padding between sections within an XCOFF executable object file. This section header type is obsolete since padding is allowed in an XCOFF file without a corresponding pad section header.