[go: up one dir, main page]

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.