Lines Matching full:functions
13 assembly. The same as in C, such code is grouped into functions and
18 some functions as *global* in order to be visible outside of their translation
27 ``END`` used to mark the end of data or end of special functions with
29 only ends of *standard* functions.
45 missing frame pointer setup/destruction in functions. It can also
76 1. ``SYM_FUNC_*`` -- to annotate C-like functions. This means functions with
83 Checking tools like ``objtool`` should ensure such marked functions conform
84 to these rules. The tools can also easily annotate these functions with
87 2. ``SYM_CODE_*`` -- special functions called with special stack. Be it
89 functions.
91 Checking tools mostly ignore checking of these functions. But some debug
110 most frequent markings**. They are used for functions with standard calling
111 conventions -- global and local. Like in C, they both align the functions to