Constant object::xcoff::F_SHROBJ

source ยท
pub const F_SHROBJ: u16 = 0x2000;
Expand description

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.