All Packages Class Hierarchy This Package Previous Next Index
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 *
".
char
" data type.
double
" data type.
enum
" data type.
float
" data type.
int
" data type.
long
" data type.
member of element
" data type.
void
" data type.
short int
" data type.
struct
" data type.
unsigned char
" data type.
unsigned int
" data type.
unsigned long
" data type.
union
" data type.
unsigned short
" data type.
public static final byte T_NULL
void
" data type.
public static final byte T_CHAR
char
" data type.
public static final byte T_SHORT
short int
" data type.
public static final byte T_INT
int
" data type.
public static final byte T_LONG
long
" data type.
public static final byte T_FLOAT
float
" data type.
public static final byte T_DOUBLE
double
" data type.
public static final byte T_STRUCT
struct
">
struct
" data type.
public static final byte T_UNION
union
" data type.
public static final byte T_ENUM
enum
" data type.
public statpublic static final byte T_MOE
member of element
" data type.
public static final byte T_UCHAR
unsigned char
" data type.
public static final byte T_USHORT
unsigned short
" data type.
public static final byte T_UINT
unsigned int
" data type.
public static final byte T_ULONG
unsigned long
" data type.
public static final byte DT_NON
public static final byte DT_PTR
public static final byte DT_FCN
public static final byte DT_ARY
public static final byte C_NULL
public static final byte C_AUTO
public static final byte C_EXT
public static final byte C_STAT
public static final byte C_REG
public static final byte C_EXTDEF
public static final byte C_LABEL
public static final byte C_ULABEL
public static final byte C_MOS
public static final byte C_ARG
public static final bytC_STRTAGpublic static final byte C_STRTAGC_MOU
public static final byte C_MOUC_UNTAG
public static final byte C_UNTAGC_TPDEF
public static final byte C_TPDEFC_USTATIC
public sb>public static final byte C_USTATICC_ENTAG
public static final byte C_ENTAGC_MOE
public static final byte C_MOEC_REGPARM
public static final byte C_REGPARMC_FIELD
public static final byte C_FIELDC_UEXT
public static final byte C_UEXTC_STATLAB
public static final byte C_STATLABC_EXTLAB
public static final byte C_EXTLABC_BLOCK
public static final byte C_BLOCKC_FCN
public static final byte C_FCNC_EOS
public static final byte C_EOSC_FILE
public static final byte C_FILEC_LINE
public static final byte C_LINE
All Packages Class Hierarchy This Package Previous Next Index