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 */
172 /* SYM_ALIAS -- use only if you have to */
211 /* SYM_FUNC_START -- use for global functions */
217 /* SYM_FUNC_START_NOALIGN -- use for global functions, w/o alignment */
223 /* SYM_FUNC_START_LOCAL -- use for local functions */
229 /* SYM_FUNC_START_LOCAL_NOALIGN -- use for local functions, w/o alignment */
235 /* SYM_FUNC_START_WEAK -- use for weak functions */
241 /* SYM_FUNC_START_WEAK_NOALIGN -- use for weak functions, w/o alignment */
280 /* SYM_CODE_START -- use for non-C (special) functions */
286 /* SYM_CODE_START_NOALIGN -- use for non-C (special) functions, w/o alignment */
292 /* SYM_CODE_START_LOCAL -- use for local non-C (special) functions */
299 * SYM_CODE_START_LOCAL_NOALIGN -- use for local non-C (special) functions,