Package ghidra.app.util.bin.format.coff
Class CoffSectionHeaderFlags
java.lang.Object
ghidra.app.util.bin.format.coff.CoffSectionHeaderFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
The section defines uninitialized data.static final long
Copy segment.static final long
The section contains only initialized data.static final long
Debug sectionstatic final long
Dummy section.static final long
Exception sectionstatic final long
Group segment.static final long
Comment sectionstatic final long
Library sectionstatic final long
Loader sectionstatic final long
No-load segment.static final long
Overlay section (defines a piece of another named section which has no bytes)static final long
RLD and line number overflow sec hdr sectionstatic final long
Pad segment.static final long
Regular segment.static final long
The section contains only executable code.static final long
Type check section -
Constructor Summary
-
Method Summary
-
Field Details
-
STYP_REG
public static final long STYP_REGRegular segment.- See Also:
-
STYP_DSECT
public static final long STYP_DSECTDummy section.- See Also:
-
STYP_NOLOAD
public static final long STYP_NOLOADNo-load segment.- See Also:
-
STYP_GROUP
public static final long STYP_GROUPGroup segment.- See Also:
-
STYP_PAD
public static final long STYP_PADPad segment.- See Also:
-
STYP_COPY
public static final long STYP_COPYCopy segment.- See Also:
-
STYP_TEXT
public static final long STYP_TEXTThe section contains only executable code.- See Also:
-
STYP_DATA
public static final long STYP_DATAThe section contains only initialized data.- See Also:
-
STYP_BSS
public static final long STYP_BSSThe section defines uninitialized data.- See Also:
-
STYP_EXCEPT
public static final long STYP_EXCEPTException section- See Also:
-
STYP_INFO
public static final long STYP_INFOComment section- See Also:
-
STYP_OVER
public static final long STYP_OVEROverlay section (defines a piece of another named section which has no bytes)- See Also:
-
STYP_LIB
public static final long STYP_LIBLibrary section- See Also:
-
STYP_LOADER
public static final long STYP_LOADERLoader section- See Also:
-
STYP_DEBUG
public static final long STYP_DEBUGDebug section- See Also:
-
STYP_TYPECHK
public static final long STYP_TYPECHKType check section- See Also:
-
STYP_OVRFLO
public static final long STYP_OVRFLORLD and line number overflow sec hdr section- See Also:
-
-
Constructor Details
-
CoffSectionHeaderFlags
public CoffSectionHeaderFlags()
-