Home
last modified time | relevance | path

Searched refs:__USER_LABEL_PREFIX__ (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/machine/m68k/
Dm68kasm.h4 #ifndef __USER_LABEL_PREFIX__
5 #define __USER_LABEL_PREFIX__ _ macro
19 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libc/machine/tic80/
Dsetjmp.S21 #ifndef __USER_LABEL_PREFIX__
22 #define __USER_LABEL_PREFIX__ _ macro
32 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libc/machine/sparc/
Dsetjmp.S57 #ifndef __USER_LABEL_PREFIX__
58 #define __USER_LABEL_PREFIX__ _ macro
72 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libm/machine/x86/
Di386mach.h18 #ifndef __USER_LABEL_PREFIX__
19 #define __USER_LABEL_PREFIX__ _ macro
31 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libc/machine/x86/
Di386mach.h27 #ifndef __USER_LABEL_PREFIX__
28 #define __USER_LABEL_PREFIX__ _ macro
40 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
Dx86_64mach.h13 #ifndef __USER_LABEL_PREFIX__
14 #define __USER_LABEL_PREFIX__ _ macro
26 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libc/machine/arm/
Dsetjmp.S14 #ifndef __USER_LABEL_PREFIX__
15 #error __USER_LABEL_PREFIX__ not defined
18 #define SYM(x) CONCAT (__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h11 #define __U_L_PREFIX__ __str2__(__USER_LABEL_PREFIX__)
/picolibc-latest/newlib/libc/machine/avr/
Dmacros.inc43 #ifndef __USER_LABEL_PREFIX__
44 #define __USER_LABEL_PREFIX__ _
57 #define _U(x) CONCAT1(__USER_LABEL_PREFIX__, x)
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h53 # define __ASMNAME(cname) __XSTRING (__USER_LABEL_PREFIX__) cname
/picolibc-latest/newlib/
DChangeLog-201525355 * libc/sys/arm/crt0.S: Add __USER_LABEL_PREFIX__ support.
27220 * libc/machine/m68k/setjmp.S: use __USER_LABEL_PREFIX__ and