Constant object::xcoff::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.