Package ghidra.app.util.bin.format.coff
Class CoffSectionHeaderFlags
- java.lang.Object
-
- ghidra.app.util.bin.format.coff.CoffSectionHeaderFlags
-
public final class CoffSectionHeaderFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
STYP_BSS
The section defines uninitialized data.static long
STYP_COPY
Copy segment.static long
STYP_DATA
The section contains only initialized data.static long
STYP_DEBUG
Debug sectionstatic long
STYP_DSECT
Dummy section.static long
STYP_EXCEPT
Exception sectionstatic long
STYP_GROUP
Group segment.static long
STYP_INFO
Comment sectionstatic long
STYP_LIB
Library sectionstatic long
STYP_LOADER
Loader sectionstatic long
STYP_NOLOAD
No-load segment.static long
STYP_OVER
Overlay section (defines a piece of another named section which has no bytes)static long
STYP_OVRFLO
RLD and line number overflow sec hdr sectionstatic long
STYP_PAD
Pad segment.static long
STYP_REG
Regular segment.static long
STYP_TEXT
The section contains only executable code.static long
STYP_TYPECHK
Type check section
-
Constructor Summary
Constructors Constructor Description CoffSectionHeaderFlags()
-
-
-
Field Detail
-
STYP_REG
public static final long STYP_REG
Regular segment.- See Also:
- Constant Field Values
-
STYP_DSECT
public static final long STYP_DSECT
Dummy section.- See Also:
- Constant Field Values
-
STYP_NOLOAD
public static final long STYP_NOLOAD
No-load segment.- See Also:
- Constant Field Values
-
STYP_GROUP
public static final long STYP_GROUP
Group segment.- See Also:
- Constant Field Values
-
STYP_PAD
public static final long STYP_PAD
Pad segment.- See Also:
- Constant Field Values
-
STYP_COPY
public static final long STYP_COPY
Copy segment.- See Also:
- Constant Field Values
-
STYP_TEXT
public static final long STYP_TEXT
The section contains only executable code.- See Also:
- Constant Field Values
-
STYP_DATA
public static final long STYP_DATA
The section contains only initialized data.- See Also:
- Constant Field Values
-
STYP_BSS
public static final long STYP_BSS
The section defines uninitialized data.- See Also:
- Constant Field Values
-
STYP_EXCEPT
public static final long STYP_EXCEPT
Exception section- See Also:
- Constant Field Values
-
STYP_INFO
public static final long STYP_INFO
Comment section- See Also:
- Constant Field Values
-
STYP_OVER
public static final long STYP_OVER
Overlay section (defines a piece of another named section which has no bytes)- See Also:
- Constant Field Values
-
STYP_LIB
public static final long STYP_LIB
Library section- See Also:
- Constant Field Values
-
STYP_LOADER
public static final long STYP_LOADER
Loader section- See Also:
- Constant Field Values
-
STYP_DEBUG
public static final long STYP_DEBUG
Debug section- See Also:
- Constant Field Values
-
STYP_TYPECHK
public static final long STYP_TYPECHK
Type check section- See Also:
- Constant Field Values
-
STYP_OVRFLO
public static final long STYP_OVRFLO
RLD and line number overflow sec hdr section- See Also:
- Constant Field Values
-
-