pub const F_DYNLOAD: u16 = 0x1000;
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.