| /freebsd-12.1/contrib/gcc/config/ |
| H A D | vxworks.h | 46 "%{mrtp:%{shared:-u " USER_LABEL_PREFIX "__init -u " USER_LABEL_PREFIX "__fini} \ 47 %{!shared:%{non-static:-u " USER_LABEL_PREFIX "_STI__6__rtld -ldl} \
|
| H A D | svr3.h | 101 #undef USER_LABEL_PREFIX 102 #define USER_LABEL_PREFIX "_" macro
|
| H A D | elfos.h | 40 #undef USER_LABEL_PREFIX 41 #define USER_LABEL_PREFIX "" macro
|
| H A D | darwin.h | 507 #define USER_LABEL_PREFIX "_" macro
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tlink.c | 637 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX))) in scan_linker_output() 638 p += strlen (USER_LABEL_PREFIX); in scan_linker_output() 653 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX))) in scan_linker_output() 654 p += strlen (USER_LABEL_PREFIX); in scan_linker_output() 719 if (!strncmp (p, USER_LABEL_PREFIX, in scan_linker_output() 720 strlen (USER_LABEL_PREFIX))) in scan_linker_output() 721 p += strlen (USER_LABEL_PREFIX); in scan_linker_output()
|
| H A D | defaults.h | 278 #ifndef USER_LABEL_PREFIX 279 #define USER_LABEL_PREFIX "" macro
|
| H A D | collect2.c | 462 if (!strncmp (p, USER_LABEL_PREFIX, strlen (USER_LABEL_PREFIX))) in dump_file() 463 p += strlen (USER_LABEL_PREFIX); in dump_file()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386-coff.h | 47 #undef USER_LABEL_PREFIX 48 #define USER_LABEL_PREFIX "" macro
|
| H A D | att.h | 84 #undef USER_LABEL_PREFIX 85 #define USER_LABEL_PREFIX "" macro
|
| H A D | bsd.h | 86 #define USER_LABEL_PREFIX "_" macro
|
| H A D | winnt.c | 478 fprintf (stream, "%s%s", USER_LABEL_PREFIX, in i386_pe_output_labelref()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | coff.h | 25 #undef USER_LABEL_PREFIX 26 #define USER_LABEL_PREFIX "_" macro
|
| H A D | pe.h | 33 #undef USER_LABEL_PREFIX 34 #define USER_LABEL_PREFIX "_" macro
|
| H A D | aout.h | 42 #ifndef USER_LABEL_PREFIX 43 #define USER_LABEL_PREFIX "_" macro
|
| H A D | aof.h | 254 #define USER_LABEL_PREFIX "" macro
|
| /freebsd-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | elf.sc | 57 # USER_LABEL_PREFIX - prefix to add to user-visible symbols. 391 ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__preinit_array_start = .);}} 393 ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__preinit_array_end = .);}} 397 ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__init_array_start = .);}} 400 ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__init_array_end = .);}} 404 ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__fini_array_start = .);}} 407 ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__fini_array_end = .);}} 443 …${RELOCATING+${DATA_END_SYMBOLS-${USER_LABEL_PREFIX}_edata = .; PROVIDE (${USER_LABEL_PREFIX}edata… 466 ${RELOCATING+${END_SYMBOLS-${USER_LABEL_PREFIX}_end = .; PROVIDE (${USER_LABEL_PREFIX}end = .);}}
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | netbsd-elf.h | 71 #undef USER_LABEL_PREFIX 72 #define USER_LABEL_PREFIX "" macro
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | pei-arm-wince.c | 21 #define USER_LABEL_PREFIX "" macro
|
| H A D | pe-arm-wince.c | 21 #define USER_LABEL_PREFIX "" macro
|
| H A D | coff-arm.c | 2448 #ifndef USER_LABEL_PREFIX 2449 #define USER_LABEL_PREFIX "_" macro 2462 #ifdef USER_LABEL_PREFIX in coff_arm_is_local_label_name() 2463 if (USER_LABEL_PREFIX[0] != 0) in coff_arm_is_local_label_name() 2465 size_t len = strlen (USER_LABEL_PREFIX); in coff_arm_is_local_label_name() 2467 if (strncmp (name, USER_LABEL_PREFIX, len) == 0) in coff_arm_is_local_label_name()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.h | 965 #ifndef USER_LABEL_PREFIX 966 #define USER_LABEL_PREFIX "" macro 2724 .local " USER_LABEL_PREFIX #FUNC "\n\ 2725 jal " USER_LABEL_PREFIX #FUNC "\n\ 2737 .local " USER_LABEL_PREFIX #FUNC "\n\ 2738 jal " USER_LABEL_PREFIX #FUNC "\n\
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | aix.h | 58 #define USER_LABEL_PREFIX "" macro
|
| H A D | sysv4.h | 420 #define USER_LABEL_PREFIX "" macro
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.h | 820 0: .long\t" USER_LABEL_PREFIX #FUNC " - 0b\n\
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-2006 | 523 * scripttempl/elf.sc (USER_LABEL_PREFIX): Define. 526 Use ${USER_LABEL_PREFIX}. 528 (USER_LABEL_PREFIX): Set.
|