[][src]Constant metagoblin::pe::symbol::IMAGE_COMDAT_SELECT_ASSOCIATIVE

pub const IMAGE_COMDAT_SELECT_ASSOCIATIVE: u8 = 5; // 0_x05u8

The section is linked if a certain other COMDAT section is linked.

This other section is indicated by the number field of the auxiliary symbol record for the section definition. This setting is useful for definitions that have components in multiple sections (for example, code in one and data in another), but where all must be linked or discarded as a set. The other section with which this section is associated must be a COMDAT section; it cannot be another associative COMDAT section (that is, the other section cannot have IMAGE_COMDAT_SELECT_ASSOCIATIVE set).