Home
last modified time | relevance | path

Searched refs:USER_LABEL_PREFIX (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-12.1/contrib/gcc/config/
H A Dvxworks.h46 "%{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 Dsvr3.h101 #undef USER_LABEL_PREFIX
102 #define USER_LABEL_PREFIX "_" macro
H A Delfos.h40 #undef USER_LABEL_PREFIX
41 #define USER_LABEL_PREFIX "" macro
H A Ddarwin.h507 #define USER_LABEL_PREFIX "_" macro
/freebsd-12.1/contrib/gcc/
H A Dtlink.c637 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 Ddefaults.h278 #ifndef USER_LABEL_PREFIX
279 #define USER_LABEL_PREFIX "" macro
H A Dcollect2.c462 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 Di386-coff.h47 #undef USER_LABEL_PREFIX
48 #define USER_LABEL_PREFIX "" macro
H A Datt.h84 #undef USER_LABEL_PREFIX
85 #define USER_LABEL_PREFIX "" macro
H A Dbsd.h86 #define USER_LABEL_PREFIX "_" macro
H A Dwinnt.c478 fprintf (stream, "%s%s", USER_LABEL_PREFIX, in i386_pe_output_labelref()
/freebsd-12.1/contrib/gcc/config/arm/
H A Dcoff.h25 #undef USER_LABEL_PREFIX
26 #define USER_LABEL_PREFIX "_" macro
H A Dpe.h33 #undef USER_LABEL_PREFIX
34 #define USER_LABEL_PREFIX "_" macro
H A Daout.h42 #ifndef USER_LABEL_PREFIX
43 #define USER_LABEL_PREFIX "_" macro
H A Daof.h254 #define USER_LABEL_PREFIX "" macro
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Delf.sc57 # 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 Dnetbsd-elf.h71 #undef USER_LABEL_PREFIX
72 #define USER_LABEL_PREFIX "" macro
/freebsd-12.1/contrib/binutils/bfd/
H A Dpei-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
H A Dpe-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
H A Dcoff-arm.c2448 #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 Dmips.h965 #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 Daix.h58 #define USER_LABEL_PREFIX "" macro
H A Dsysv4.h420 #define USER_LABEL_PREFIX "" macro
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h820 0: .long\t" USER_LABEL_PREFIX #FUNC " - 0b\n\
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-2006523 * scripttempl/elf.sc (USER_LABEL_PREFIX): Define.
526 Use ${USER_LABEL_PREFIX}.
528 (USER_LABEL_PREFIX): Set.

12