as: Func

1 
1 7.36 '.func NAME[,LABEL]'
1 =========================
1 
1 '.func' emits debugging information to denote function NAME, and is
1 ignored unless the file is assembled with debugging enabled.  Only
1 '--gstabs[+]' is currently supported.  LABEL is the entry point of the
1 function and if omitted NAME prepended with the 'leading char' is used.
1 'leading char' is usually '_' or nothing, depending on the target.  All
1 functions are currently defined to have 'void' return type.  The
1 function must be terminated with '.endfunc'.
1