Package ghidra.app.util.bin.format.xcoff
Class XCoffSectionHeaderFlags
- java.lang.Object
-
- ghidra.app.util.bin.format.xcoff.XCoffSectionHeaderFlags
-
public final class XCoffSectionHeaderFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
STYP_BSS
static int
STYP_DATA
static int
STYP_DEBUG
static int
STYP_EXCEPT
static int
STYP_INFO
static int
STYP_LOADER
static int
STYP_OVRFLO
static int
STYP_PAD
static int
STYP_TEXT
static int
STYP_TYPCHK
-
Constructor Summary
Constructors Constructor Description XCoffSectionHeaderFlags()
-
-
-
Field Detail
-
STYP_PAD
public static final int STYP_PAD
- See Also:
- Constant Field Values
-
STYP_TEXT
public static final int STYP_TEXT
- See Also:
- Constant Field Values
-
STYP_DATA
public static final int STYP_DATA
- See Also:
- Constant Field Values
-
STYP_BSS
public static final int STYP_BSS
- See Also:
- Constant Field Values
-
STYP_EXCEPT
public static final int STYP_EXCEPT
- See Also:
- Constant Field Values
-
STYP_INFO
public static final int STYP_INFO
- See Also:
- Constant Field Values
-
STYP_LOADER
public static final int STYP_LOADER
- See Also:
- Constant Field Values
-
STYP_DEBUG
public static final int STYP_DEBUG
- See Also:
- Constant Field Values
-
STYP_TYPCHK
public static final int STYP_TYPCHK
- See Also:
- Constant Field Values
-
STYP_OVRFLO
public static final int STYP_OVRFLO
- See Also:
- Constant Field Values
-
-