Function isComdat [src]

Prototype

pub fn isComdat(self: SectionHeader) bool

Parameters

self: SectionHeader

Source

pub fn isComdat(self: SectionHeader) bool { return self.flags.LNK_COMDAT == 0b1; }