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.
pub const STYP_TEXT: u16 = 0x20;
Specifies an executable text (code) section. A section of this type contains the executable instructions of a program.