Package ghidra.app.util.bin.format.xcoff
Class XCoffSymbolStorageClassCSECT
- java.lang.Object
-
- ghidra.app.util.bin.format.xcoff.XCoffSymbolStorageClassCSECT
-
public final class XCoffSymbolStorageClassCSECT extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intXMC_BSstatic intXMC_DBstatic intXMC_DSstatic intXMC_GLstatic intXMC_PRstatic intXMC_ROstatic intXMC_RWstatic intXMC_SVstatic intXMC_SV3264static intXMC_SV64static intXMC_TBstatic intXMC_TCstatic intXMC_TC0static intXMC_TDstatic intXMC_TIstatic intXMC_UAstatic intXMC_UCstatic intXMC_XO
-
Constructor Summary
Constructors Constructor Description XCoffSymbolStorageClassCSECT()
-
-
-
Field Detail
-
XMC_PR
public static final int XMC_PR
- See Also:
- Constant Field Values
-
XMC_RO
public static final int XMC_RO
- See Also:
- Constant Field Values
-
XMC_DB
public static final int XMC_DB
- See Also:
- Constant Field Values
-
XMC_TC
public static final int XMC_TC
- See Also:
- Constant Field Values
-
XMC_UA
public static final int XMC_UA
- See Also:
- Constant Field Values
-
XMC_RW
public static final int XMC_RW
- See Also:
- Constant Field Values
-
XMC_GL
public static final int XMC_GL
- See Also:
- Constant Field Values
-
XMC_XO
public static final int XMC_XO
- See Also:
- Constant Field Values
-
XMC_SV
public static final int XMC_SV
- See Also:
- Constant Field Values
-
XMC_BS
public static final int XMC_BS
- See Also:
- Constant Field Values
-
XMC_DS
public static final int XMC_DS
- See Also:
- Constant Field Values
-
XMC_UC
public static final int XMC_UC
- See Also:
- Constant Field Values
-
XMC_TI
public static final int XMC_TI
- See Also:
- Constant Field Values
-
XMC_TB
public static final int XMC_TB
- See Also:
- Constant Field Values
-
XMC_TC0
public static final int XMC_TC0
- See Also:
- Constant Field Values
-
XMC_TD
public static final int XMC_TD
- See Also:
- Constant Field Values
-
XMC_SV64
public static final int XMC_SV64
- See Also:
- Constant Field Values
-
XMC_SV3264
public static final int XMC_SV3264
- See Also:
- Constant Field Values
-
-