Constant F_DYNLOAD
const F_DYNLOAD: u16 = 4_096u16
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.