Lines Matching full:use
10 /* Some toolchains use other characters (e.g. '`') to mark new line in macro */
110 /* deprecated, use SYM_DATA*, SYM_ENTRY, or similar */
117 /* deprecated, use SYM_FUNC_START */
126 /* deprecated, use SYM_FUNC_START_WEAK* */
132 /* deprecated, use SYM_FUNC_END, SYM_DATA_END, or SYM_END */
138 * then please use ENDPROC to mark 'name' as STT_FUNC for the benefit of
142 /* deprecated, use SYM_FUNC_END */
150 /* SYM_ENTRY -- use only if you have to for non-paired symbols */
158 /* SYM_START -- use only if you have to */
164 /* SYM_END -- use only if you have to */
204 * SYM_FUNC_START_LOCAL_ALIAS -- use where there are two local names for one
213 * SYM_FUNC_START_ALIAS -- use where there are two global names for one
221 /* SYM_FUNC_START -- use for global functions */
231 /* SYM_FUNC_START_NOALIGN -- use for global functions, w/o alignment */
237 /* SYM_FUNC_START_LOCAL -- use for local functions */
244 /* SYM_FUNC_START_LOCAL_NOALIGN -- use for local functions, w/o alignment */
250 /* SYM_FUNC_START_WEAK -- use for weak functions */
256 /* SYM_FUNC_START_WEAK_NOALIGN -- use for weak functions, w/o alignment */
278 /* SYM_CODE_START -- use for non-C (special) functions */
284 /* SYM_CODE_START_NOALIGN -- use for non-C (special) functions, w/o alignment */
290 /* SYM_CODE_START_LOCAL -- use for local non-C (special) functions */
297 * SYM_CODE_START_LOCAL_NOALIGN -- use for local non-C (special) functions,