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 */
199 * SYM_FUNC_START_LOCAL_ALIAS -- use where there are two local names for one
208 * SYM_FUNC_START_ALIAS -- use where there are two global names for one
216 /* SYM_FUNC_START -- use for global functions */
226 /* SYM_FUNC_START_NOALIGN -- use for global functions, w/o alignment */
232 /* SYM_FUNC_START_LOCAL -- use for local functions */
239 /* SYM_FUNC_START_LOCAL_NOALIGN -- use for local functions, w/o alignment */
245 /* SYM_FUNC_START_WEAK -- use for weak functions */
251 /* SYM_FUNC_START_WEAK_NOALIGN -- use for weak functions, w/o alignment */
273 /* SYM_CODE_START -- use for non-C (special) functions */
279 /* SYM_CODE_START_NOALIGN -- use for non-C (special) functions, w/o alignment */
285 /* SYM_CODE_START_LOCAL -- use for local non-C (special) functions */
292 * SYM_CODE_START_LOCAL_NOALIGN -- use for local non-C (special) functions,