Constant object::xcoff::F_DYNLOAD

source ยท
pub const F_DYNLOAD: u16 = 0x1000;
Expand description

Indicates the file is dynamically loadable and executable. External references are resolved by way of imports, and the file might contain exports and loader relocation.