All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.arcsinc.hardwarehost.coff.SymbolParams

public interface SymbolParams
The SymbolParams interface simply provides the enumerations present in a COFF file. The parameters are of the form T_xxx which denote the basic type and DT_xxx which denote the derived type. For example, if a symbol has value T_CHAR and DT_PTR, the C source code would have a declaration, "char *".


Variable Index

 o C_ARG
 o C_AUTO
 o C_BLOCK
 o C_ENTAG
 o C_EOS
 o C_EXT
 o C_EXTDEF
<
 o C_EXTLAB
 o C_FCN
 o C_FIELD
 o C_FILE
 o C_LABEL
 o C_LINE
 o C_MOE
 o C_MOS
 o C_MOU
 o C_NULL
 o C_REG
 o C_REGPARM
 o C_STAT
 o C_STATLAB
 o C_STRTAG
 o C_TPDEF
 o C_UEXT
 o C_ULABEL
 o C_UNTAG
 o C_USTATIC
 o DT_ARY
The DT_ARY denotes a "array" type.
 o DT_FCN
The DT_FCN denotes a "function" type.
 o DT_NON
The DT_NON denotes a "standard" type.
 o DT_PTR
The DT_PTR denotes a "pointer" type.
 o T_CHAR
The T_CHAR denotes "char" data type.
 o T_DOUBLE
The T_DOUBLE denotes "double" data type.
 o T_ENUM
The T_ENUM denotes "enum" data type.
 o T_FLOAT
The T_FLOAT denotes "float" data type.
 o T_INT
The T_INT denotes "int" data type.
 o T_LONG
The T_LONG denotes "long" data type.
 o T_MOE
The T_MOE denotes "member of element" data type.
 o T_NULLT_NULL
The T_NULL denotes "void" data type.
 o T_SHORT
The T_SHORT denotes "short int" data type.
 o T_STRUCT
The T_STRUCT denotes "struct" data type.
 o T_UCHAR
The T_UCHAR denotes "unsigned char" data type.
 o T_UINT
The T_UINT denotes "unsigned int" data type.
 o T_ULONG
The T_ULONG denotes "unsigned long" data type.
 o T_UNION
The T_UNION denotes "union" data type.
 o T_USHORT
The T_USHORT denotes "unsigned short" data type.

Variables

<>  o T_NULL
 public static final byte T_NULL
The T_NULL denotes "void" data type.

 o T_CHAR
 public static final byte T_CHAR
The T_CHAR denotes "char" data type.

 o T_SHORT
 public static final byte T_SHORT
The T_SHORT denotes "short int" data type.

 o T_INT
 public static final byte T_INT
The T_INT denotes "int" data type.

 o T_LONG
 public static final byte T_LONG
The T_LONG denotes "long" data type.

 o T_FLOAT
 public static final byte T_FLOAT
The T_FLOAT denotes "float" data type.

 o T_DOUBLE
 public static final byte T_DOUBLE
The T_DOUBLE denotes "double" data type.

 o T_STRUCT
 public static final byte T_STRUCT
The T_STRUCT denotes "struct">
The T_STRUCT denotes "struct" data type.

 o T_UNION
 public static final byte T_UNION
The T_UNION denotes "union" data type.

 o T_ENUM
 public static final byte T_ENUM
The T_ENUM denotes "enum" data type.

 o T_MOE
 public stat
 public static final byte T_MOE
The T_MOE denotes "member of element" data type.

 o T_UCHAR
 public static final byte T_UCHAR
The T_UCHAR denotes "unsigned char" data type.

 o T_USHORT
 public static final byte T_USHORT
The T_USHORT denotes "unsigned short" data type.

 o T_UINT
 public static final byte T_UINT
The T_UINT denotes "unsigned int" data type.

 o T_ULONG
 public static final byte T_ULONG
The T_ULONG denotes "unsigned long" data type.

 o DT_NON
 public static final byte DT_NON
The DT_NON denotes a "standard" type.

 o DT_PTR
 public static final byte DT_PTR
The DT_PTR denotes a "pointer" type>
The DT_PTR denotes a "pointer" type.

 o DT_FCN
 public static final byte DT_FCN
The DT_FCN denotes a "function" type.

 o DT_ARY
 public static final byte DT_ARY
The DT_ARY denotes a "array" type.

 o C_NULL
 public static final byte C_NULL
 o C_AUTO
 public static final byte C_AUTO
 o C_EXT
 public static final byte C_EXT
 o C_STAT
 public static final byte C_STAT
 o C_REG
 public static final byte C_REG
 o C_EXTDEF
 public static final byte C_EXTDEF
 o C_LABEL
 public static final byte C_LABEL
 o C_ULABEL
 public static final byte C_ULABEL
 o C_MOS
 public static final byte C_MOS
 o C_ARG
 public static final byte C_ARG
 o C_STRTAG
 public static final bytC_STRTAG
 public static final byte C_STRTAG
 o C_MOU
 public static final byte C_MOU
 o C_UNTAG
 public static final byte C_UNTAG
 o C_TPDEF
 public static final byte C_TPDEF
 o C_USTATIC
 public sb>
 public static final byte C_USTATIC
 o C_ENTAG
 public static final byte C_ENTAG
 o C_MOE
 public static final byte C_MOE
 o C_REGPARM
 public static final byte C_REGPARM
 o C_FIELD
 public static final byte C_FIELD
 o C_UEXT
 public static final byte C_UEXT
 o C_STATLAB
 public static final byte C_STATLAB
 o C_EXTLAB
 public static final byte C_EXTLAB
 o C_BLOCK
 public static final byte C_BLOCK
 o C_FCN
 public static final byte C_FCN
 o C_EOS
 public static final byte C_EOS
 o C_FILE
 public static final byte C_FILE
 o C_LINE
 public static final byte C_LINE

All Packages  Class Hierarchy  This Package  Previous  Next  Index
>