Call frame information directives for stack usage analysis
In this section:
Syntax
CFI FUNCALL { caller } callee
CFI INDIRECTCALL { caller }
CFI NOCALLS { caller }
CFI TAILCALL { callee }
Parameters
| The label of the called function. |
| The label of the calling function. |
Description
These directives allow call frame information to be defined in the assembler source code:
Directive | Description |
|---|---|
Declares function calls for stack usage analysis. | |
Declares indirect calls for stack usage analysis. | |
Declares absence of calls for stack usage analysis. | |
Declares tail calls for stack usage analysis. |
Table 140. Call frame information directives for stack usage analysis