Constant F_SHROBJ
const F_SHROBJ: u16 = 8_192u16
Indicates the file is a shared object (shared library). The file is separately loadable. That is, it is not normally bound with other objects, and its loader exports symbols are used as automatic import symbols for other object files.