Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/gcc/config/
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} \
Dsvr3.h101 #undef USER_LABEL_PREFIX
102 #define USER_LABEL_PREFIX "_" macro
Delfos.h40 #undef USER_LABEL_PREFIX
41 #define USER_LABEL_PREFIX "" macro
Ddarwin.h507 #define USER_LABEL_PREFIX "_" macro
/freebsd-10-stable/contrib/gcc/
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()
Ddefaults.h278 #ifndef USER_LABEL_PREFIX
279 #define USER_LABEL_PREFIX "" macro
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-10-stable/contrib/gcc/config/i386/
Di386-coff.h47 #undef USER_LABEL_PREFIX
48 #define USER_LABEL_PREFIX "" macro
Datt.h84 #undef USER_LABEL_PREFIX
85 #define USER_LABEL_PREFIX "" macro
Dbsd.h86 #define USER_LABEL_PREFIX "_" macro
Dwinnt.c478 fprintf (stream, "%s%s", USER_LABEL_PREFIX, in i386_pe_output_labelref()
/freebsd-10-stable/contrib/gcc/config/arm/
Dcoff.h25 #undef USER_LABEL_PREFIX
26 #define USER_LABEL_PREFIX "_" macro
Dpe.h33 #undef USER_LABEL_PREFIX
34 #define USER_LABEL_PREFIX "_" macro
Daout.h42 #ifndef USER_LABEL_PREFIX
43 #define USER_LABEL_PREFIX "_" macro
Daof.h254 #define USER_LABEL_PREFIX "" macro
/freebsd-10-stable/contrib/gcc/config/sparc/
Dnetbsd-elf.h71 #undef USER_LABEL_PREFIX
72 #define USER_LABEL_PREFIX "" macro
/freebsd-10-stable/contrib/binutils/ld/scripttempl/
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-10-stable/contrib/binutils/bfd/
Dpei-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
Dpe-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
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-10-stable/contrib/gcc/config/rs6000/
Daix.h58 #define USER_LABEL_PREFIX "" macro
Dsysv4.h418 #define USER_LABEL_PREFIX "" macro
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.h962 #ifndef USER_LABEL_PREFIX
963 #define USER_LABEL_PREFIX "" macro
2721 jal " USER_LABEL_PREFIX #FUNC "\n\
2733 jal " USER_LABEL_PREFIX #FUNC "\n\
/freebsd-10-stable/contrib/gcc/config/s390/
Ds390.h820 0: .long\t" USER_LABEL_PREFIX #FUNC " - 0b\n\
/freebsd-10-stable/contrib/binutils/ld/
DChangeLog-2006523 * scripttempl/elf.sc (USER_LABEL_PREFIX): Define.
526 Use ${USER_LABEL_PREFIX}.
528 (USER_LABEL_PREFIX): Set.

12