.type

Specifies the type of a symbol.

  .type symbol, @function | @object
    
Parameters

symbol

Symbol name.

@function

Function type specifier.

@object

Variable specifier.

Remarks

This directive is appropriate if you must explicitly provide a type to the assembler as debugging information. For more information about debugging, refer to the Debugging Directives.