object::xcoff

Constant STYP_TEXT

Source
pub const STYP_TEXT: u16 = 0x20;
Expand description

Specifies an executable text (code) section. A section of this type contains the executable instructions of a program.