Constant object::xcoff::STYP_LOADER

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

Specifies a loader section. A section of this type contains object file information for the system loader to load an XCOFF executable. The information includes imported symbols, exported symbols, relocation data, type-check information, and shared object names.