Home
last modified time | relevance | path

Searched refs:LOCAL_LABEL_PREFIX (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/contrib/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
66 #define LOCAL_LABEL_PREFIX (TARGET_OLDABI ? "$" : ".") macro
H A Dopenbsd.h34 #undef LOCAL_LABEL_PREFIX
35 #define LOCAL_LABEL_PREFIX "." macro
H A Diris.h55 #undef LOCAL_LABEL_PREFIX
56 #define LOCAL_LABEL_PREFIX (TARGET_NEWABI ? "." : "$") macro
H A Dfreebsd.h341 #undef LOCAL_LABEL_PREFIX
342 #define LOCAL_LABEL_PREFIX "." macro
H A Dmips.h958 #ifndef LOCAL_LABEL_PREFIX
959 #define LOCAL_LABEL_PREFIX "$" macro
2589 sprintf ((LABEL), "*%s%s%ld", (LOCAL_LABEL_PREFIX), (PREFIX), (long)(NUM))
2596 LOCAL_LABEL_PREFIX, \
2607 LOCAL_LABEL_PREFIX, VALUE, LOCAL_LABEL_PREFIX, REL); \
2611 LOCAL_LABEL_PREFIX, VALUE); \
2615 LOCAL_LABEL_PREFIX, VALUE); \
/freebsd-12.1/contrib/gcc/config/i386/
H A Datt.h70 #undef LOCAL_LABEL_PREFIX
71 #define LOCAL_LABEL_PREFIX "." macro
80 sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUMBER))
H A Dsol2.h73 #undef LOCAL_LABEL_PREFIX
74 #define LOCAL_LABEL_PREFIX "." macro
H A Di386elf.h107 #define LOCAL_LABEL_PREFIX "." macro
/freebsd-12.1/contrib/gcc/config/
H A Dsvr3.h114 sprintf (LABEL, "*%s%s%ld", LOCAL_LABEL_PREFIX, PREFIX, (long)(NUM))
117 #undef LOCAL_LABEL_PREFIX
118 #define LOCAL_LABEL_PREFIX "." macro
/freebsd-12.1/contrib/gcc/config/arm/
H A Daout.h46 #ifndef LOCAL_LABEL_PREFIX
47 #define LOCAL_LABEL_PREFIX "" macro
213 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
H A Delf.h29 #ifndef LOCAL_LABEL_PREFIX
30 #define LOCAL_LABEL_PREFIX "." macro
H A Daof.h255 #define LOCAL_LABEL_PREFIX "" macro
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsp-elf.h59 #undef LOCAL_LABEL_PREFIX
60 #define LOCAL_LABEL_PREFIX "." macro
H A Dsp64-elf.h90 #undef LOCAL_LABEL_PREFIX
91 #define LOCAL_LABEL_PREFIX "." macro
H A Dfreebsd.h135 #undef LOCAL_LABEL_PREFIX
136 #define LOCAL_LABEL_PREFIX "." macro
H A Dsol2.h71 #undef LOCAL_LABEL_PREFIX
72 #define LOCAL_LABEL_PREFIX "." macro
H A Dlinux.h168 #undef LOCAL_LABEL_PREFIX
169 #define LOCAL_LABEL_PREFIX "." macro
H A Dnetbsd-elf.h59 #undef LOCAL_LABEL_PREFIX
60 #define LOCAL_LABEL_PREFIX "." macro
H A Dlinux64.h304 #undef LOCAL_LABEL_PREFIX
305 #define LOCAL_LABEL_PREFIX "." macro
/freebsd-12.1/contrib/binutils/bfd/
H A Dpei-arm-wince.c28 #define LOCAL_LABEL_PREFIX "." macro
H A Dpe-arm-wince.c35 #define LOCAL_LABEL_PREFIX "." macro
H A Dcoff-arm.c2445 #ifndef LOCAL_LABEL_PREFIX
2446 #define LOCAL_LABEL_PREFIX "" macro
2472 #ifdef LOCAL_LABEL_PREFIX in coff_arm_is_local_label_name()
2476 if (LOCAL_LABEL_PREFIX[0] != 0) in coff_arm_is_local_label_name()
2478 size_t len = strlen (LOCAL_LABEL_PREFIX); in coff_arm_is_local_label_name()
2480 if (strncmp (name, LOCAL_LABEL_PREFIX, len) != 0) in coff_arm_is_local_label_name()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-cr16.h34 #define LOCAL_LABEL_PREFIX '.' macro
/freebsd-12.1/contrib/binutils/gas/
H A Dsymbols.c1644 #ifdef LOCAL_LABEL_PREFIX in dollar_label_name()
1645 *p++ = LOCAL_LABEL_PREFIX; in dollar_label_name()
1816 #ifdef LOCAL_LABEL_PREFIX in fb_label_name()
1817 *p++ = LOCAL_LABEL_PREFIX; in fb_label_name()
1863 #ifdef LOCAL_LABEL_PREFIX in decode_local_label_name()
1864 if (s[index] == LOCAL_LABEL_PREFIX) in decode_local_label_name()

12