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;
}
pub fn isComdat(self: SectionHeader) bool
self: SectionHeader
pub fn isComdat(self: SectionHeader) bool {
return self.flags.LNK_COMDAT == 0b1;
}