LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::COFF::Section::ComdatInfo Struct Reference

This structure wraps comdat information which is composed of the symbol associated with the comdat section and its selection flag. More...

#include <Section.hpp>

Collaboration diagram for LIEF::COFF::Section::ComdatInfo:

Public Attributes

Symbolsymbol = nullptr
 
COMDAT_SELECTION kind = COMDAT_SELECTION::NONE
 

Detailed Description

This structure wraps comdat information which is composed of the symbol associated with the comdat section and its selection flag.

Member Data Documentation

◆ kind

COMDAT_SELECTION LIEF::COFF::Section::ComdatInfo::kind = COMDAT_SELECTION::NONE

◆ symbol

Symbol* LIEF::COFF::Section::ComdatInfo::symbol = nullptr

The documentation for this struct was generated from the following file: