Constant goblin::pe::symbol::IMAGE_COMDAT_SELECT_LARGEST

source ·
pub const IMAGE_COMDAT_SELECT_LARGEST: u8 = 6;
Expand description

The linker chooses the largest definition from among all of the definitions for this symbol.

If multiple definitions have this size, the choice between them is arbitrary.