Module comdat

Source
Expand description

XCOFF doesn’t support the COMDAT section.

Structs§

XcoffComdat
A COMDAT section group in a XcoffFile.
XcoffComdatIterator
An iterator for the COMDAT section groups in a XcoffFile.
XcoffComdatSectionIterator
An iterator for the sections in a COMDAT section group in a XcoffFile.

Type Aliases§

XcoffComdat32
A COMDAT section group in a XcoffFile32.
XcoffComdat64
A COMDAT section group in a XcoffFile64.
XcoffComdatIterator32
An iterator for the COMDAT section groups in a XcoffFile32.
XcoffComdatIterator64
An iterator for the COMDAT section groups in a XcoffFile64.
XcoffComdatSectionIterator32
An iterator for the sections in a COMDAT section group in a XcoffFile32.
XcoffComdatSectionIterator64
An iterator for the sections in a COMDAT section group in a XcoffFile64.