Package ghidra.app.util.bin.format.coff
Class CoffSymbolType
- java.lang.Object
-
- ghidra.app.util.bin.format.coff.CoffSymbolType
-
public final class CoffSymbolType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDT_ARYstatic intDT_FCNstatic intDT_NONstatic intDT_PTRstatic intT_CHARstatic intT_DOUBLEstatic intT_ENUMstatic intT_FLOATstatic intT_INTstatic intT_LONGstatic intT_LONG_DOUBLEstatic intT_MOEstatic intT_NULLstatic intT_SHORTstatic intT_STRUCTstatic intT_UCHARstatic intT_UINTstatic intT_ULONGstatic intT_UNIONstatic intT_USHORTstatic intT_VOID
-
Constructor Summary
Constructors Constructor Description CoffSymbolType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetBaseType(int symbolType)static intgetDerivedType(int symbolType)
-
-
-
Field Detail
-
T_NULL
public static final int T_NULL
- See Also:
- Constant Field Values
-
T_VOID
public static final int T_VOID
- See Also:
- Constant Field Values
-
T_CHAR
public static final int T_CHAR
- See Also:
- Constant Field Values
-
T_SHORT
public static final int T_SHORT
- See Also:
- Constant Field Values
-
T_INT
public static final int T_INT
- See Also:
- Constant Field Values
-
T_LONG
public static final int T_LONG
- See Also:
- Constant Field Values
-
T_FLOAT
public static final int T_FLOAT
- See Also:
- Constant Field Values
-
T_DOUBLE
public static final int T_DOUBLE
- See Also:
- Constant Field Values
-
T_STRUCT
public static final int T_STRUCT
- See Also:
- Constant Field Values
-
T_UNION
public static final int T_UNION
- See Also:
- Constant Field Values
-
T_ENUM
public static final int T_ENUM
- See Also:
- Constant Field Values
-
T_MOE
public static final int T_MOE
- See Also:
- Constant Field Values
-
T_UCHAR
public static final int T_UCHAR
- See Also:
- Constant Field Values
-
T_USHORT
public static final int T_USHORT
- See Also:
- Constant Field Values
-
T_UINT
public static final int T_UINT
- See Also:
- Constant Field Values
-
T_ULONG
public static final int T_ULONG
- See Also:
- Constant Field Values
-
T_LONG_DOUBLE
public static final int T_LONG_DOUBLE
- See Also:
- Constant Field Values
-
DT_NON
public static final int DT_NON
- See Also:
- Constant Field Values
-
DT_PTR
public static final int DT_PTR
- See Also:
- Constant Field Values
-
DT_FCN
public static final int DT_FCN
- See Also:
- Constant Field Values
-
DT_ARY
public static final int DT_ARY
- See Also:
- Constant Field Values
-
-