.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. Providing Debugging Information explains additional information about debugging.