| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | sdb.h | 46 LOCAL_LABEL_PREFIX, \ 48 LOCAL_LABEL_PREFIX, \ 58 LOCAL_LABEL_PREFIX, \ 60 LOCAL_LABEL_PREFIX, \
|
| H A D | linux64.h | 65 #undef LOCAL_LABEL_PREFIX 66 #define LOCAL_LABEL_PREFIX (TARGET_OLDABI ? "$" : ".") macro
|
| H A D | openbsd.h | 34 #undef LOCAL_LABEL_PREFIX 35 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | iris.h | 55 #undef LOCAL_LABEL_PREFIX 56 #define LOCAL_LABEL_PREFIX (TARGET_NEWABI ? "." : "$") macro
|
| H A D | freebsd.h | 341 #undef LOCAL_LABEL_PREFIX 342 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | mips.h | 958 #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 D | att.h | 70 #undef LOCAL_LABEL_PREFIX 71 #define LOCAL_LABEL_PREFIX "." macro 80 sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUMBER))
|
| H A D | sol2.h | 73 #undef LOCAL_LABEL_PREFIX 74 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | i386elf.h | 107 #define LOCAL_LABEL_PREFIX "." macro
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | svr3.h | 114 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 D | aout.h | 46 #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 D | elf.h | 29 #ifndef LOCAL_LABEL_PREFIX 30 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | aof.h | 255 #define LOCAL_LABEL_PREFIX "" macro
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sp-elf.h | 59 #undef LOCAL_LABEL_PREFIX 60 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | sp64-elf.h | 90 #undef LOCAL_LABEL_PREFIX 91 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | freebsd.h | 135 #undef LOCAL_LABEL_PREFIX 136 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | sol2.h | 71 #undef LOCAL_LABEL_PREFIX 72 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | linux.h | 168 #undef LOCAL_LABEL_PREFIX 169 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | netbsd-elf.h | 59 #undef LOCAL_LABEL_PREFIX 60 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | linux64.h | 304 #undef LOCAL_LABEL_PREFIX 305 #define LOCAL_LABEL_PREFIX "." macro
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | pei-arm-wince.c | 28 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | pe-arm-wince.c | 35 #define LOCAL_LABEL_PREFIX "." macro
|
| H A D | coff-arm.c | 2445 #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 D | tc-cr16.h | 34 #define LOCAL_LABEL_PREFIX '.' macro
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | symbols.c | 1644 #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()
|