Searched refs:__USER_LABEL_PREFIX__ (Results 1 – 11 of 11) sorted by relevance
4 #ifndef __USER_LABEL_PREFIX__5 #define __USER_LABEL_PREFIX__ _ macro19 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
21 #ifndef __USER_LABEL_PREFIX__22 #define __USER_LABEL_PREFIX__ _ macro32 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
57 #ifndef __USER_LABEL_PREFIX__58 #define __USER_LABEL_PREFIX__ _ macro72 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
18 #ifndef __USER_LABEL_PREFIX__19 #define __USER_LABEL_PREFIX__ _ macro31 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
27 #ifndef __USER_LABEL_PREFIX__28 #define __USER_LABEL_PREFIX__ _ macro40 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
13 #ifndef __USER_LABEL_PREFIX__14 #define __USER_LABEL_PREFIX__ _ macro26 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
14 #ifndef __USER_LABEL_PREFIX__15 #error __USER_LABEL_PREFIX__ not defined18 #define SYM(x) CONCAT (__USER_LABEL_PREFIX__, x)
11 #define __U_L_PREFIX__ __str2__(__USER_LABEL_PREFIX__)
43 #ifndef __USER_LABEL_PREFIX__44 #define __USER_LABEL_PREFIX__ _57 #define _U(x) CONCAT1(__USER_LABEL_PREFIX__, x)
53 # define __ASMNAME(cname) __XSTRING (__USER_LABEL_PREFIX__) cname
25355 * libc/sys/arm/crt0.S: Add __USER_LABEL_PREFIX__ support.27220 * libc/machine/m68k/setjmp.S: use __USER_LABEL_PREFIX__ and