Class CoffSymbolStorageClass


  • public class CoffSymbolStorageClass
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int C_ALIAS
      duplicate tag
      static int C_ARG
      function argument
      static int C_AUTO
      automatic variable
      static int C_AUTOARG
      automatic argument
      static int C_BLOCK
      ".bb" or ".eb" - beginning or end of block
      static int C_EFCN
      physical end of function
      static int C_ENTAG
      enumeration tag
      static int C_EOS
      end of structure
      static int C_EXT
      external (public) symbol - globals and externs
      static int C_EXTDEF
      external definition
      static int C_FCN
      ".bf" or ".ef" - beginning or end of function
      static int C_FIELD
      bit field
      static int C_FILE
      file name
      static int C_HIDDEN
      external symbol in dmert public lib
      static int C_LABEL
      label
      static int C_LASTENT
      dummy entry (end of block)
      static int C_LINE
      line number, reformatted as symbol
      static int C_MOE
      member of enumeration
      static int C_MOS
      member of structure
      static int C_MOU
      member of union
      static int C_NULL
      no entry
      static int C_REG
      register variable
      static int C_REGPARAM
      register parameter
      static int C_STAT
      static (private) symbol
      static int C_STRTAG
      structure tag
      static int C_TPDEF
      type definition
      static int C_ULABEL
      undefined label
      static int C_UNTAG
      union tag
      static int C_USTATIC
      undefined static
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait