Searched refs:LOCAL_LABEL_PREFIX (Results 1 - 25 of 115) sorted by relevance

12345

/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dsdb.h46 LOCAL_LABEL_PREFIX, \
48 LOCAL_LABEL_PREFIX, \
58 LOCAL_LABEL_PREFIX, \
60 LOCAL_LABEL_PREFIX, \
H A Dlinux64.h65 #undef LOCAL_LABEL_PREFIX macro
66 #define LOCAL_LABEL_PREFIX (TARGET_OLDABI ? "$" : ".") macro
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dlinux.h58 #undef LOCAL_LABEL_PREFIX macro
59 #define LOCAL_LABEL_PREFIX "." macro
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Delf.h3 #define LOCAL_LABEL_PREFIX "L$" macro
7 sprintf (LABEL, "*%s%s$%d", LOCAL_LABEL_PREFIX, PREFIX, (int) NUM)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2.h62 #undef LOCAL_LABEL_PREFIX macro
63 #define LOCAL_LABEL_PREFIX "." macro
H A Datt.h83 #undef LOCAL_LABEL_PREFIX
84 #define LOCAL_LABEL_PREFIX "."
93 sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUMBER))
100 fprintf (FILE, "%s%s%d:\n", LOCAL_LABEL_PREFIX, PREFIX, NUM)
81 #undef LOCAL_LABEL_PREFIX macro
82 #define LOCAL_LABEL_PREFIX macro
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dcoff.h40 #undef LOCAL_LABEL_PREFIX macro
41 #define LOCAL_LABEL_PREFIX "." macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dlinux.h58 #undef LOCAL_LABEL_PREFIX macro
59 #define LOCAL_LABEL_PREFIX "." macro
H A Delf.h88 #ifndef LOCAL_LABEL_PREFIX
89 #define LOCAL_LABEL_PREFIX "." macro
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dopenbsd.h100 #undef LOCAL_LABEL_PREFIX macro
101 #define LOCAL_LABEL_PREFIX "." macro
122 LOCAL_LABEL_PREFIX, (LABELNO)); \
124 LOCAL_LABEL_PREFIX, (LABELNO)); \
129 LOCAL_LABEL_PREFIX, (LABELNO)); \
130 fprintf((STREAM), "%sLP%dr:\n", LOCAL_LABEL_PREFIX, (LABELNO)); \
H A Delf.h48 #undef LOCAL_LABEL_PREFIX macro
49 #define LOCAL_LABEL_PREFIX "." macro
76 sprintf ((STRING), "*%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUM))
H A Dcoff.h43 #define LOCAL_LABEL_PREFIX "" macro
47 sprintf ((STRING), "*%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUM))
H A Dnetbsd-elf.h100 LOCAL_LABEL_PREFIX, (LABELNO)); \
102 LOCAL_LABEL_PREFIX, (LABELNO)); \
107 LOCAL_LABEL_PREFIX, (LABELNO)); \
108 fprintf((STREAM), "%sLP%dr:\n", LOCAL_LABEL_PREFIX, (LABELNO)); \
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Datt.h72 #undef LOCAL_LABEL_PREFIX
73 #define LOCAL_LABEL_PREFIX "."
82 sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUMBER))
70 #undef LOCAL_LABEL_PREFIX macro
71 #define LOCAL_LABEL_PREFIX macro
H A Dsol2.h73 #undef LOCAL_LABEL_PREFIX macro
74 #define LOCAL_LABEL_PREFIX "." macro
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsp-elf.h60 #undef LOCAL_LABEL_PREFIX macro
61 #define LOCAL_LABEL_PREFIX "."
59 #undef LOCAL_LABEL_PREFIX macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dcoff.h40 #undef LOCAL_LABEL_PREFIX macro
41 #define LOCAL_LABEL_PREFIX "." macro
H A Dpbb.h93 #undef LOCAL_LABEL_PREFIX macro
94 #define LOCAL_LABEL_PREFIX "." macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dnetbsd-elf.h118 LOCAL_LABEL_PREFIX, (LABELNO)); \
120 LOCAL_LABEL_PREFIX, (LABELNO)); \
125 LOCAL_LABEL_PREFIX, (LABELNO)); \
126 fprintf((STREAM), "%sLP%dr:\n", LOCAL_LABEL_PREFIX, (LABELNO)); \
H A Dopenbsd.h115 LOCAL_LABEL_PREFIX, (LABELNO)); \
117 LOCAL_LABEL_PREFIX, (LABELNO)); \
122 LOCAL_LABEL_PREFIX, (LABELNO)); \
123 fprintf((STREAM), "%sLP%dr:\n", LOCAL_LABEL_PREFIX, (LABELNO)); \
H A Dcoff.h47 #define LOCAL_LABEL_PREFIX "" macro
51 sprintf ((STRING), "*%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUM))
H A Delf.h43 #undef LOCAL_LABEL_PREFIX macro
44 #define LOCAL_LABEL_PREFIX "." macro
93 sprintf ((STRING), "*%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUM))
/openbsd-current/gnu/gcc/gcc/config/
H A Dsvr3.h114 sprintf (LABEL, "*%s%s%ld", LOCAL_LABEL_PREFIX, PREFIX, (long)(NUM))
117 #undef LOCAL_LABEL_PREFIX macro
118 #define LOCAL_LABEL_PREFIX "." macro
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Daout.h35 /* Note: If USER_LABEL_PREFIX or LOCAL_LABEL_PREFIX are changed,
46 #ifndef LOCAL_LABEL_PREFIX
47 #define LOCAL_LABEL_PREFIX "" macro
213 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xc16x.h35 #define LOCAL_LABEL_PREFIX '.' macro

Completed in 128 milliseconds

12345