object::xcoff

Constant STYP_DATA

source
pub const STYP_DATA: u16 = 0x40;
Expand description

Specifies an initialized data section. A section of this type contains the initialized data and the TOC of a program.