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 /* deprecated, use SYM_FUNC_END */
146 /* SYM_ENTRY -- use only if you have to for non-paired symbols */
154 /* SYM_START -- use only if you have to */
160 /* SYM_END -- use only if you have to */
168 /* SYM_ALIAS -- use only if you have to */
207 /* SYM_FUNC_START -- use for global functions */
213 /* SYM_FUNC_START_NOALIGN -- use for global functions, w/o alignment */
219 /* SYM_FUNC_START_LOCAL -- use for local functions */
225 /* SYM_FUNC_START_LOCAL_NOALIGN -- use for local functions, w/o alignment */
231 /* SYM_FUNC_START_WEAK -- use for weak functions */
237 /* SYM_FUNC_START_WEAK_NOALIGN -- use for weak functions, w/o alignment */
276 /* SYM_CODE_START -- use for non-C (special) functions */
282 /* SYM_CODE_START_NOALIGN -- use for non-C (special) functions, w/o alignment */
288 /* SYM_CODE_START_LOCAL -- use for local non-C (special) functions */
295 * SYM_CODE_START_LOCAL_NOALIGN -- use for local non-C (special) functions,