DoxigAlpha

StorageClass

Fields of this type

Fields

#
END_OF_FUNCTION:END_OF_FUNCTION
A special symbol that represents the end of function, for debugging purposes.
NULL:NULL
No assigned storage class.
AUTOMATIC:AUTOMATIC
The automatic (stack) variable.
EXTERNAL:EXTERNAL
A value that Microsoft tools use for external symbols.
STATIC:STATIC
The offset of the symbol within the section.
REGISTER:REGISTER
A register variable.
EXTERNAL_DEF:EXTERNAL_DEF
A symbol that is defined externally.
LABEL:LABEL
A code label that is defined within the module.
UNDEFINED_LABEL:UNDEFINED_LABEL
A reference to a code label that is not defined.
MEMBER_OF_STRUCT:MEMBER_OF_STRUCT
The structure member.
ARGUMENT:ARGUMENT
A formal argument (parameter) of a function.
STRUCT_TAG:STRUCT_TAG
The structure tag-name entry.
MEMBER_OF_UNION:MEMBER_OF_UNION
A union member.
UNION_TAG:UNION_TAG
The Union tag-name entry.
TYPE_DEFINITION:TYPE_DEFINITION
A Typedef entry.
UNDEFINED_STATIC:UNDEFINED_STATIC
A static data declaration.
ENUM_TAG:ENUM_TAG
An enumerated type tagname entry.
MEMBER_OF_ENUM:MEMBER_OF_ENUM
A member of an enumeration.
REGISTER_PARAM:REGISTER_PARAM
A register parameter.
BIT_FIELD:BIT_FIELD
A bit-field reference.
BLOCK:BLOCK
A .bb (beginning of block) or .eb (end of block) record.
FUNCTION:FUNCTION
A value that Microsoft tools use for symbol records that define the extent of a function: begin function (.bf ), end function ( .ef ), and lines in function ( .lf ).
END_OF_STRUCT:END_OF_STRUCT
An end-of-structure entry.
FILE:FILE
A value that Microsoft tools, as well as traditional COFF format, use for the source-file symbol record.
SECTION:SECTION
A definition of a section (Microsoft tools use STATIC storage class instead).
WEAK_EXTERNAL:WEAK_EXTERNAL
A weak external.
CLR_TOKEN:CLR_TOKEN
A CLR token symbol.
_:_